Fix Xpra script

This commit is contained in:
Empathic Qubit 2021-05-01 22:04:23 -04:00
parent 42a220d39d
commit 478fa59509

View file

@ -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