Skip to content

Commit 76cfebc

Browse files
committed
fix font-select for xterm
1 parent 9cca9bd commit 76cfebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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',

jupyter_xprahtml5_proxy/share/launch_xpra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# module load GCCcore/.9.3.0 > /dev/null
1212
# module load xpra/4.0.4-Python-3.8.5 > /dev/null
1313

14-
xpra $@
14+
xpra "$@"

0 commit comments

Comments
 (0)