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 76cfebc commit dfe6f77Copy full SHA for dfe6f77
jupyter_xprahtml5_proxy/__init__.py
@@ -102,6 +102,7 @@ def _get_random_alphanumeric_string(length):
102
'--no-printing',
103
'--no-microphone',
104
'--no-notifications',
105
+ '--no-systemd-run', # do not delegated start-cmd to the system wide proxy server instance
106
# '--dpi=96', # only needed if Xserver does not support dynamic dpi change
107
'--sharing', # this allows to open the desktop in multiple browsers at the same time
108
'--no-daemon', # mandatory
0 commit comments