Replies: 1 comment 1 reply
-
Thx for the tip, sadly failed on 1.68. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are having issues with scaling, chances are it's an electron bug and is launching in Xwayland, but there is a quick and easy workaround that I found here. Just launch it with
codium --enable-features=UseOzonePlatform --ozone-platform=wayland --log debug
and for some reason adding the--log debug
makes it listen to the previous two commands. I have not been able to get Codium to launch as a wayland app while ommitting the debug part.***I didn't want to create an issue as this is an electron bug not codium, but I did want to put this workaround somewhere other people with this issue can see it
Beta Was this translation helpful? Give feedback.
All reactions