From 0461eed0cb08f6a3f06be9a2a1b77b4c4ed94412 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 14 Sep 2017 09:20:30 +0200 Subject: [PATCH] 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 --- src/wayland/meta-xwayland.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/meta-xwayland.c b/src/wayland/meta-xwayland.c index a2ff0ea10..b185c0a5f 100644 --- a/src/wayland/meta-xwayland.c +++ b/src/wayland/meta-xwayland.c @@ -562,6 +562,7 @@ meta_xwayland_start (MetaXWaylandManager *manager, XWAYLAND_PATH, manager->display_name, "-rootless", "-terminate", + "-accessx", "-core", "-listen", "4", "-listen", "5",