lutris / agora

Public discussion space for the community
11 stars 0 forks source link

Headerbars are still borked on wayland #63

Open nickavem opened 3 years ago

nickavem commented 3 years ago

This issue was closed, but still seems to be prevalent. The only fix I have found is the environment variable mentioned there. Tested in both lutris flatpak, and fedora package.

Flatpak fix: sudo flatpak override --env=GDK_BACKEND=x11 net.lutris.Lutris

Package/Binary fix: GDK_BACKEND=x11 lutris

strycore commented 3 years ago

I've made a patch that should resolve this but I don't have Wayland. Can someone confirm the master branch no longer has the issue?

nickavem commented 3 years ago

I've made a patch that should resolve this but I don't have Wayland. Can someone confirm the master branch no longer has the issue?

Just tested on GNOME Wayland. Issue is still present with no useful debug output running lutris -d

fabiscafe commented 3 years ago

Can confirm. Latest git is still broken.