Add a way to override using Wayland instead of X11 in the Snap package.
Open
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
This line is explicitly added in `electron-launch` which prevents any way for making Chromium to use Wayland.
`exec "$@" --ozone-platform=x11`
At least flip it to this so that we can override as it uses the latest occurrence of a flag.
`exec --ozone-platform=x11 "$@"`
Or provide better alternatives. Chromium on Wayland has become quite mature with Wayland. Everybody wants native Wayland.
Contributor guide
Assessment
This issue has not been assessed yet.