We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631bae5 commit 9cca9bdCopy full SHA for 9cca9bd
jupyter_xprahtml5_proxy/__init__.py
@@ -90,7 +90,7 @@ def _get_random_alphanumeric_string(length):
90
# '--socket-dir="' + socket_path + '/"', # fixme: socket_dir not recognized
91
# '--server-idle-timeout=86400', # stop server after 24h with no client connection
92
# '--exit-with-client=yes', # stop Xpra when the browser disconnects
93
- '--start="xterm -fa Monospace"',
+ '--start=\"xterm -fa Monospace\"',
94
# '--start-child=xterm', '--exit-with-children',
95
'--tcp-auth=file:filename=' + fpath_passwd,
96
'--tcp-encryption=AES',
0 commit comments