From 478fa5950996fb9673bdea5fc8aba4862743b5bb Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Sat, 1 May 2021 22:04:23 -0400 Subject: [PATCH] Fix Xpra script --- xpra-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpra-run.sh b/xpra-run.sh index b286bc2..e3dd1ba 100755 --- a/xpra-run.sh +++ b/xpra-run.sh @@ -5,7 +5,7 @@ ARGS=() PORT=5309 xpra start --bind-tcp=127.0.0.1:$PORT --html=on \ --start-child="/etc/alternatives/x-terminal-emulator -e 'lsnes ${ARGS[*]}'" \ - --exit-with-child=yes --start-new-commands=no + --exit-with-child=yes --start-new-commands=no --daemon=no while ! nc -z localhost $PORT ; do sleep 0.1 done