2022-12-23 16:33:59 +00:00
|
|
|
From 55bc2013b480f5a33803f4b41505ac2a535d2bdf Mon Sep 17 00:00:00 2001
|
2019-03-22 16:35:38 +00:00
|
|
|
From: Petr Lautrbach <plautrba@redhat.com>
|
|
|
|
Date: Thu, 20 Aug 2015 12:58:41 +0200
|
|
|
|
Subject: [PATCH] sandbox: add -reset to Xephyr as it works better with it in
|
|
|
|
recent Fedoras
|
2022-04-13 10:59:04 +00:00
|
|
|
Content-type: text/plain
|
2019-03-22 16:35:38 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
sandbox/sandboxX.sh | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/sandbox/sandboxX.sh b/sandbox/sandboxX.sh
|
2019-10-16 09:36:01 +00:00
|
|
|
index eaa500d08143..4774528027ef 100644
|
2019-03-22 16:35:38 +00:00
|
|
|
--- a/sandbox/sandboxX.sh
|
|
|
|
+++ b/sandbox/sandboxX.sh
|
|
|
|
@@ -20,7 +20,7 @@ cat > ~/.config/openbox/rc.xml << EOF
|
|
|
|
</openbox_config>
|
|
|
|
EOF
|
|
|
|
|
|
|
|
-(/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp -displayfd 5 5>&1 2>/dev/null) | while read D; do
|
|
|
|
+(/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
|
|
|
|
export DISPLAY=:$D
|
|
|
|
cat > ~/seremote << __EOF
|
|
|
|
#!/bin/sh
|
|
|
|
--
|
2022-11-21 15:06:48 +00:00
|
|
|
2.38.1
|
2019-03-22 16:35:38 +00:00
|
|
|
|