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
This commit is contained in:
Ignacio Casal Quinteiro 2019-05-22 11:32:25 +02:00 committed by Ignacio Casal Quinteiro
parent deef9960a4
commit f1484fa6c2

View File

@ -143,6 +143,6 @@ option('xwayland_path',
option('xwayland_grab_default_access_rules', option('xwayland_grab_default_access_rules',
type: 'string', type: 'string',
value: 'gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr', value: 'gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr,dcvviewer',
description: 'Comma delimited list of applications ressources or class allowed to issue X11 grabs in Xwayland' description: 'Comma delimited list of applications resources or class allowed to issue X11 grabs in Xwayland'
) )