microsoft / microsoft/vscode

Add a way to override using Wayland instead of X11 in the Snap package.

Open
#329,142 0 comments 0 reactions 1 assignee Claimed by @deepak1556 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.