Skip to content

flatpak: Prevent X11 access in a Wayland session with newer Flatpak

Debarshi Ray requested to merge wip/rishi/fallback-x11 into master

On newer Flatpak versions, this will grant access to the X11 socket only when running in an X11 session, and not in a Wayland session with an XWayland server present.

Older Flatpak versions will continue to behave as before.

Merge request reports