Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop Wallet doesn't start properly on a Wayland session (Fedora/Ubuntu) #266

Open
deprecated-dot opened this issue Jan 22, 2021 · 0 comments

Comments

@deprecated-dot
Copy link

deprecated-dot commented Jan 22, 2021

As the title suggests, the Desktop Wallet won't launch correctly while under a Wayland session. However, it's trivial to "patch" it, so I'm providing the details here for anyone that might run into the same problem:

At the bottom of the aion_ui.sh script, where it reads:

-Dlocal.storage.dir="${STORAGE_DIR}" -Xms300m -Xmx500m org.aion.wallet.WalletApplication

Change it to:

-Djdk.gtk.version=2 -Dlocal.storage.dir="${STORAGE_DIR}" -Xms300m -Xmx500m org.aion.wallet.WalletApplication

Following this edit, it starts perfectly every time under a Wayland session in Fedora and Ubuntu. I hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant