summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2019-05-22 11:32:25 +0200
committerIgnacio Casal Quinteiro <nacho.resa@gmail.com>2019-05-22 14:55:03 +0000
commitf1484fa6c2f61e113c476fb13aeb1f7f53f184a1 (patch)
tree895f8905ef340a53764356f6f673c3eb03537541
parentdeef9960a45cb3830fb23903c62019b504169432 (diff)
downloadmutter-dcvviewer.tar.gz
Add dcvviewer to xwayland_grab_default_access_rulesdcvviewer
dcvviewer does not have native wayland support yet https://gitlab.gnome.org/GNOME/mutter/merge_requests/587
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1e122300e..91fc87877 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -143,6 +143,6 @@ option('xwayland_path',
option('xwayland_grab_default_access_rules',
type: 'string',
- value: 'gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr',
- description: 'Comma delimited list of applications ressources or class allowed to issue X11 grabs in Xwayland'
+ value: 'gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr,dcvviewer',
+ description: 'Comma delimited list of applications resources or class allowed to issue X11 grabs in Xwayland'
)