From f1484fa6c2f61e113c476fb13aeb1f7f53f184a1 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Wed, 22 May 2019 11:32:25 +0200 Subject: [PATCH] Add dcvviewer to xwayland_grab_default_access_rules dcvviewer does not have native wayland support yet https://gitlab.gnome.org/GNOME/mutter/merge_requests/587 --- meson_options.txt | 4 ++-- 1 file 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' )