You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Wayland] Add Xwayland byte-swapped clients support
Recent versions of Xwayland can allow or disallow X11 clients from
different endianess to connect.
Add a setting to configure this feature from Muffin, who spawns
Xwayland.
Disabled by default, since this feature have potential
security issues.
* Use args for Xwayland and explicit disable byte swapped clients
* Typo
* [Xwayland] Check for listenfd option
`-listen` is deprecated in modern versions of Xwayland and replaced
by `-listenfd`. Use the pkg-config variable "have_listenfd" (if available) from Xwayland
to determine if we should use that option, to avoid a deprecation
warning when spawning Xwayland.
0 commit comments