Skip to content

Commit 17753cf

Browse files
committed
add "--no-dbus"
1 parent 1c7c857 commit 17753cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_xprahtml5_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def setup_xprahtml5():
7777
'--no-printing',
7878
'--no-microphone',
7979
'--no-notifications',
80-
# '--dbus-control=no',
80+
'--no-dbus',
8181
'--no-systemd-run', # do not delegated start-cmd to the system wide proxy server instance
8282
'--sharing', # this allows to open the desktop in multiple browsers at the same time
8383
'--no-daemon', # mandatory

0 commit comments

Comments
 (0)