Skip to content

[Backport to GNOME 44] Fix "xwayland_allow_byte_swapped_clients"

This backports a couple of issues with "xwayland_allow_byte_swapped_clients":

  1. The getter is not using the right type
  2. The value is not read at startup

As a result, Xwayland is spawned with byteswap clients disabled even when the setting is enabled.

Merge request reports