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

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