flathub / org.signal.Signal

https://flathub.org/apps/details/org.signal.Signal
58 stars 34 forks source link

fallback-x11 socket instead of x11 socket? #640

Open gelbphoenix opened 3 months ago

gelbphoenix commented 3 months ago

Maybe we could use the fallback-x11 socket instead of the X11 socket.

--socket=fallback-x11 - show windows using X11, if Wayland is not available, overrides x11 socket permission. Note that you must still use --socket=wayland for wayland permission

(Source: https://docs.flatpak.org/en/latest/sandbox-permissions.html)

bermeitinger-b commented 3 months ago

We tried this at some point but at that time it didn't work. Electron was (and still is?) not playing noce with pure Wayland on many systems.

However, can you test it? This would make at least the linter happy.