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