Blame SOURCES/0001-wayland-Allow-Xwayland-grabs-on-selected-apps.patch

657d8e
From 9dfe362f41b8811450cb563c39899fafe8ec2b63 Mon Sep 17 00:00:00 2001
657d8e
From: Olivier Fourdan <ofourdan@redhat.com>
657d8e
Date: Fri, 26 Oct 2018 08:49:39 +0200
657d8e
Subject: [PATCH] wayland: Allow Xwayland grabs on selected apps
657d8e
657d8e
Allow Xwayland grabs on a selected set of X11 applications.
657d8e
---
657d8e
 data/org.gnome.mutter.wayland.gschema.xml.in | 4 ++--
657d8e
 1 file changed, 2 insertions(+), 2 deletions(-)
657d8e
657d8e
diff --git a/data/org.gnome.mutter.wayland.gschema.xml.in b/data/org.gnome.mutter.wayland.gschema.xml.in
657d8e
index 48241296e..7a6ab9288 100644
657d8e
--- a/data/org.gnome.mutter.wayland.gschema.xml.in
657d8e
+++ b/data/org.gnome.mutter.wayland.gschema.xml.in
657d8e
@@ -60,7 +60,7 @@
657d8e
           gettext-domain="@GETTEXT_DOMAIN@">
657d8e
 
657d8e
     <key name="xwayland-allow-grabs" type="b">
657d8e
-      <default>false</default>
657d8e
+      <default>true</default>
657d8e
       <summary>Allow grabs with Xwayland</summary>
657d8e
       <description>
657d8e
         Allow keyboard grabs issued by X11 applications running in Xwayland
657d8e
@@ -73,7 +73,7 @@
657d8e
     </key>
657d8e
 
657d8e
     <key name="xwayland-grab-access-rules" type="as">
657d8e
-      <default>[]</default>
657d8e
+      <default>['@XWAYLAND_GRAB_DEFAULT_ACCESS_RULES@']</default>
657d8e
       <summary>Xwayland applications allowed to issue keyboard grabs</summary>
657d8e
       <description>
657d8e
         List the resource names or resource class of X11 windows either
657d8e
-- 
657d8e
2.21.0
657d8e