Skip to content

Commit b5c2730

Browse files
committed
update config
1 parent 0b3ad45 commit b5c2730

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
@@ -78,7 +78,7 @@ def setup_xprahtml5():
7878
'--no-printing',
7979
'--no-microphone',
8080
'--no-notifications',
81-
'--dbus-launch=""', # '--no-dbus' req. Xpra >= 6
81+
'--dbus-launch=false', # '--no-dbus' req. Xpra >= 6
8282
'--no-systemd-run', # do not delegated start-cmd to the system wide proxy server instance
8383
'--sharing', # this allows to open the desktop in multiple browsers at the same time
8484
'--no-daemon', # mandatory

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with open(path.join(HERE, 'README.md'), 'r', encoding = 'utf-8') as fh:
66
long_description = fh.read()
77

8-
version='0.4.2'
8+
version='0.4.3'
99
setup(
1010
name = 'jupyter-xprahtml5-proxy',
1111
version = version,

0 commit comments

Comments
 (0)