Skip to content

Commit dfe6f77

Browse files
committed
ensure subcommand is not delegated to system wide proxy server instance
1 parent 76cfebc commit dfe6f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_xprahtml5_proxy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def _get_random_alphanumeric_string(length):
102102
'--no-printing',
103103
'--no-microphone',
104104
'--no-notifications',
105+
'--no-systemd-run', # do not delegated start-cmd to the system wide proxy server instance
105106
# '--dpi=96', # only needed if Xserver does not support dynamic dpi change
106107
'--sharing', # this allows to open the desktop in multiple browsers at the same time
107108
'--no-daemon', # mandatory

0 commit comments

Comments
 (0)