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

Please enable wayland for snaps #6888

Closed
aripollak opened this issue May 26, 2022 · 1 comment · Fixed by #6961
Closed

Please enable wayland for snaps #6888

aripollak opened this issue May 26, 2022 · 1 comment · Fixed by #6961
Labels

Comments

@aripollak
Copy link
Contributor

aripollak commented May 26, 2022

Currently, the snap builder is setting DISABLE_WAYLAND: 1, but I don't think that's necessary anymore. Electron apps run fine under Wayland since they default to Xwayland, but there are some commandline arguments available to run it under native Wayland: --enable-features=WaylandWindowDecorations --ozone-platform=wayland. The Chromium snap has also recently re-enabled wayland support. Keeping DISABLE_WAYLAND: 1 means that even the commandline options to force native Wayland don't work.

@github-actions github-actions bot added the snap label May 26, 2022
@burgil
Copy link

burgil commented Jun 5, 2022

Hey, Maybe you could submit a pull request about it, Here are the relevant files:
image

Consider making a configuration option like I did here: #6924
Code view: https://github.com/electron-userland/electron-builder/pull/6924/files

Also there are many more references to just wayland in the code:
image
image

Good luck 👍

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

Successfully merging a pull request may close this issue.

2 participants