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:
Olivier Fourdan 2017-09-14 09:20:30 +02:00
parent ca1bacc212
commit 0461eed0cb

View File

@ -562,6 +562,7 @@ meta_xwayland_start (MetaXWaylandManager *manager,
XWAYLAND_PATH, manager->display_name, XWAYLAND_PATH, manager->display_name,
"-rootless", "-rootless",
"-terminate", "-terminate",
"-accessx",
"-core", "-core",
"-listen", "4", "-listen", "4",
"-listen", "5", "-listen", "5",