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

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