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

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