wayland: Disable AccessX in Xwayland
Keyboard accessibility features in Wayland are handled in the compositor, we do not want AccessX in Xwayland to interfere with the compositor. https://bugzilla.gnome.org/show_bug.cgi?id=788564
This commit is contained in:
parent
ca1bacc212
commit
0461eed0cb
@ -562,6 +562,7 @@ meta_xwayland_start (MetaXWaylandManager *manager,
|
||||
XWAYLAND_PATH, manager->display_name,
|
||||
"-rootless",
|
||||
"-terminate",
|
||||
"-accessx",
|
||||
"-core",
|
||||
"-listen", "4",
|
||||
"-listen", "5",
|
||||
|
Loading…
Reference in New Issue
Block a user