diff options
author | Ignacio Casal Quinteiro <icq@gnome.org> | 2019-05-22 11:32:25 +0200 |
---|---|---|
committer | Ignacio Casal Quinteiro <nacho.resa@gmail.com> | 2019-05-22 14:55:03 +0000 |
commit | f1484fa6c2f61e113c476fb13aeb1f7f53f184a1 (patch) | |
tree | 895f8905ef340a53764356f6f673c3eb03537541 | |
parent | deef9960a45cb3830fb23903c62019b504169432 (diff) | |
download | mutter-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.txt | 4 |
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' ) |