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

1a7f9f
From 6e2ef652cd58136aa668d0c1bd843fe83f11a0ab Mon Sep 17 00:00:00 2001
1a7f9f
From: Olivier Fourdan <ofourdan@redhat.com>
1a7f9f
Date: Fri, 26 Oct 2018 08:49:39 +0200
1a7f9f
Subject: [PATCH] wayland: Allow Xwayland grabs on selected apps
1a7f9f
1a7f9f
Allow Xwayland grabs on a selected set of X11 applications.
1a7f9f
---
1a7f9f
 data/org.gnome.mutter.wayland.gschema.xml.in | 4 ++--
1a7f9f
 1 file changed, 2 insertions(+), 2 deletions(-)
1a7f9f
1a7f9f
diff --git a/data/org.gnome.mutter.wayland.gschema.xml.in b/data/org.gnome.mutter.wayland.gschema.xml.in
1a7f9f
index 8a1878e105..5527a46bc6 100644
1a7f9f
--- a/data/org.gnome.mutter.wayland.gschema.xml.in
1a7f9f
+++ b/data/org.gnome.mutter.wayland.gschema.xml.in
1a7f9f
@@ -66,7 +66,7 @@
1a7f9f
           gettext-domain="@GETTEXT_DOMAIN@">
1a7f9f
 
1a7f9f
     <key name="xwayland-allow-grabs" type="b">
1a7f9f
-      <default>false</default>
1a7f9f
+      <default>true</default>
1a7f9f
       <summary>Allow X11 grabs to lock keyboard focus with Xwayland</summary>
1a7f9f
       <description>
1a7f9f
         Allow all keyboard events to be routed to X11 “override redirect”
1a7f9f
@@ -86,7 +86,7 @@
1a7f9f
     </key>
1a7f9f
 
1a7f9f
     <key name="xwayland-grab-access-rules" type="as">
1a7f9f
-      <default>[]</default>
1a7f9f
+      <default>['@XWAYLAND_GRAB_DEFAULT_ACCESS_RULES@']</default>
1a7f9f
       <summary>Xwayland applications allowed to issue keyboard grabs</summary>
1a7f9f
       <description>
1a7f9f
         List the resource names or resource class of X11 windows either
1a7f9f
-- 
1a7f9f
2.31.1
1a7f9f