Blame SOURCES/0001-sandbox-add-reset-to-Xephyr-as-it-works-better-with-.patch

bf43bd
From 31ccf6f0fc5e77870f496fac4bea94a6ba2e5c30 Mon Sep 17 00:00:00 2001
5b70e6
From: Petr Lautrbach <plautrba@redhat.com>
5b70e6
Date: Thu, 20 Aug 2015 12:58:41 +0200
5b70e6
Subject: [PATCH] sandbox: add -reset to Xephyr as it works better with it in
5b70e6
 recent Fedoras
fc8977
Content-type: text/plain
5b70e6
5b70e6
---
5b70e6
 sandbox/sandboxX.sh | 2 +-
5b70e6
 1 file changed, 1 insertion(+), 1 deletion(-)
5b70e6
5b70e6
diff --git a/sandbox/sandboxX.sh b/sandbox/sandboxX.sh
5b70e6
index eaa500d08143..4774528027ef 100644
5b70e6
--- a/sandbox/sandboxX.sh
5b70e6
+++ b/sandbox/sandboxX.sh
5b70e6
@@ -20,7 +20,7 @@ cat > ~/.config/openbox/rc.xml << EOF
5b70e6
 </openbox_config>
5b70e6
 EOF
5b70e6
 
5b70e6
-(/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp -displayfd 5 5>&1 2>/dev/null) | while read D; do
5b70e6
+(/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -reset -screen $SCREENSIZE -dpi $DPI -nolisten tcp -displayfd 5 5>&1 2>/dev/null) | while read D; do
5b70e6
     export DISPLAY=:$D
5b70e6
     cat > ~/seremote << __EOF
5b70e6
 #!/bin/sh
5b70e6
-- 
bf43bd
2.39.1
5b70e6