flathub / com.vscodium.codium

https://flathub.org/apps/details/com.vscodium.codium
94 stars 19 forks source link

Blurry on Gnome Wayland #349

Open rad756 opened 1 week ago

rad756 commented 1 week ago

This might be a repeat of issue #231 but its locked and cannot update/write it in.

I am running Fedora 40 with Gnome 46.2 on Wayland and have VSCodium installed as a flatpak. I have scale set to 200% as I am running this on a 12.5 inch 2880x1920 screen. The app is blurry at 200% but at 100% scale is fine but everything is tiny so that is not an option.

rad756 commented 1 week ago

To add to this, VS Code flatpak is not blurry, but I would rather use VSCodium

noonsleeper commented 1 week ago

To add to this, VS Code flatpak is not blurry, but I would rather use VSCodium

vscode is not blurry because is using X11 and not Wayland, in order to avoid blurry you need to do the same until upstream fix this problem

flatpak override --user --nosocket=wayland --nosocket=fallback-x11 --socket=x11 com.vscodium.codium

or using the --force-device-scale-factor=2 on EDITOR_RUNTIME_ARGS

rad756 commented 1 week ago

Within flatseal I removed socket wayland and fallback-x11 like it is by default on VS Code which fixed the issue. Could this be changed to be like that by default? To avoid this issue for future users. I assume this would be a good change as you would be following upstream (vs code) is doing and fixing buggy behaviour at the same time. Unless there is a valid reason why its not done by default?

noonsleeper commented 1 week ago

Unless there is a valid reason why its not done by default?

See https://github.com/flathub/com.vscodium.codium/pull/322