-
-
Couldn't load subscription status.
- Fork 1.8k
Closed
Labels
Description
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.