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

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