electron apps: fix wayland window decorations#192659
Conversation
|
Pinging the maintainers: @eadwu @Synthetica9 @maxeaubrey @bobby285271 |
You don't need to ping them, ofborg does that already.
Can we do |
Ok!
I tried and it does work, I'm not sure |
|
I think |
It looks like so!
I can do that, should I push those changes to this PR or in another PR? |
From my tests, it is already activated by default on 22.05's version of electron |
|
Changing this PR to affect everything that uses |
0f5326a to
aeaeca8
Compare
|
I pushed a new commit modifying |
|
Apps that had the same issue and that were fixed by this patch:
Apps that didn't have this issue but still work the same:
I tried but couldn't test:
|
|
I'd prefer either:
|
SuperSandro2000
left a comment
There was a problem hiding this comment.
This is basically a treewide change where we usually do not ping all maintainers because it would take to long or never be done. If all changed programs where tested this is awesome and in my opinion enough to merge this PR.
|
Ditto, reviews from everyone are practically an impossibility. |
Using
NIXOS_OZONE_WL=1on a gnome wayland session results in missing window decorations.The arguments recommended on ArchLinux fixes the issue: https://wiki.archlinux.org/title/Wayland#Electron
This PR only patches vscode but maybe it would make sense to apply this patch to all other pkgs using
NIXOS_OZONE_WL.