Skip to content

Commit 9cca9bd

Browse files
committed
minor fix
1 parent 631bae5 commit 9cca9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_xprahtml5_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _get_random_alphanumeric_string(length):
9090
# '--socket-dir="' + socket_path + '/"', # fixme: socket_dir not recognized
9191
# '--server-idle-timeout=86400', # stop server after 24h with no client connection
9292
# '--exit-with-client=yes', # stop Xpra when the browser disconnects
93-
'--start="xterm -fa Monospace"',
93+
'--start=\"xterm -fa Monospace\"',
9494
# '--start-child=xterm', '--exit-with-children',
9595
'--tcp-auth=file:filename=' + fpath_passwd,
9696
'--tcp-encryption=AES',

0 commit comments

Comments
 (0)