-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Add Wayland Electron Arguments to argv.json #134612
Labels
electron
Issues and items related to Electron
good first issue
Issues identified as good for first-time contributors
linux
Issues with VS Code on Linux
wayland
Issue related to wayland display server
Comments
deepak1556
added
good first issue
Issues identified as good for first-time contributors
linux
Issues with VS Code on Linux
wayland
Issue related to wayland display server
labels
Oct 12, 2021
I am good with adding support for these flags in our runtime config |
deepak1556
added
feature-request
Request for new features or functionality
electron
Issues and items related to Electron
and removed
feature-request
Request for new features or functionality
labels
Oct 12, 2021
zzeebbii
added a commit
to zzeebbii/vscode
that referenced
this issue
Oct 15, 2021
enable-features and ozone-platform flag will be parsed from runtime argv.json file.
zzeebbii
added a commit
to zzeebbii/vscode
that referenced
this issue
Nov 9, 2021
ozone-platform flag will be parsed from runtime argv.json file.
zzeebbii
added a commit
to zzeebbii/vscode
that referenced
this issue
Nov 9, 2021
ozone-platform flag will be parsed from runtime argv.json file.
zzeebbii
added a commit
to zzeebbii/vscode
that referenced
this issue
Nov 15, 2021
ozone-platform flag will be parsed from runtime argv.json file.
@sclel016 can I work on this ? |
By all means, that would be great! |
Refs #135191 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
electron
Issues and items related to Electron
good first issue
Issues identified as good for first-time contributors
linux
Issues with VS Code on Linux
wayland
Issue related to wayland display server
This is half feature, half bug report. In a full Wayland environment
code
fails to launch. That's probably expected as the packagedcode
install doesn't use system electron and thus ignoreselectron-flags.conf
.The feature request is pretty simple. Can you please parse the following extra arguments in
argv.json
and forward to electron?--enable-features=UseOzonePlatform
--ozone-platform=wayland
Alternatively
code
could simply parse the electron flags in$XDG_CONFIG/electron-flags.conf
. Either of these options would help makecode
much simpler to use in a Wayland environment.The text was updated successfully, but these errors were encountered: