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 9cca9bd commit 76cfebcCopy full SHA for 76cfebc
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',
jupyter_xprahtml5_proxy/share/launch_xpra.sh
@@ -11,4 +11,4 @@
11
# module load GCCcore/.9.3.0 > /dev/null
12
# module load xpra/4.0.4-Python-3.8.5 > /dev/null
13
14
-xpra $@
+xpra "$@"
0 commit comments