summaryrefslogtreecommitdiff
path: root/src/wayland
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2017-09-14 09:20:30 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2017-11-16 14:14:31 +0100
commit0461eed0cb08f6a3f06be9a2a1b77b4c4ed94412 (patch)
tree18671c458387e1f556d42aa9a71f1fb4b2d0303b /src/wayland
parentca1bacc212ca827c7a9e39e0930e4e8a235f269f (diff)
downloadmutter-0461eed0cb08f6a3f06be9a2a1b77b4c4ed94412.tar.gz
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
Diffstat (limited to 'src/wayland')
-rw-r--r--src/wayland/meta-xwayland.c1
1 files changed, 1 insertions, 0 deletions
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",