flathub / rest.insomnia.Insomnia

https://flathub.org/apps/details/rest.insomnia.Insomnia
2 stars 10 forks source link

Blurry in Wayland #93

Closed MrWelsch closed 1 month ago

MrWelsch commented 2 months ago

Hello, when using the flatpak version of Insomnia in Gnome 46 under Endeavour OS, the window (I assume it's still gtk3) is very blurry.

image

When trying to fall back to X11 in Flatseal and disabling the wayland windowing system, Insomnia won't start.

I'm using a 3840x2160 resolution, thus making this issue very noticable.

hexchain commented 2 months ago

Hmm, I'm also using Insomnia with a 200% scale (under KDE Plasma though), and did not notice any blurry.

Also, to make it run under X11, you'll need to use --socket=x11 --nosocket=wayland --env=XDG_SESSION_TYPE=x11 (or equivalent overrides).

MrWelsch commented 2 months ago

Hi, thank you for the reply. My Gnome DE is also scaled to 200%.

I have those flags set via flatseal:

image

hexchain commented 1 month ago

You probably also need to add an environment variable override to kick it into X11 mode: XDG_SESSION_TYPE=x11.

MrWelsch commented 1 month ago

XDG_SESSION_TYPE=x11

Thank you. That solved my issue.