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