Skip to content

Commit ccb6464

Browse files
committed
Add sharing option to xpra start command in deployment script
1 parent 2f0d0f2 commit ccb6464

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deploy/start-xpra.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ VENV_PY="$HOME/environnet-sim/.venv/bin/python"
1212
exec /usr/bin/xpra start :100 \
1313
--bind-tcp=127.0.0.1:14500 \
1414
--html=on \
15+
--sharing=yes \
1516
--daemon=no \
1617
--use-display=auto \
1718
--start-child="$VENV_PY -m environnets" \

0 commit comments

Comments
 (0)