Skip to content

Commit d3a6e90

Browse files
committed
xpra no-daemon
1 parent 5ee09a9 commit d3a6e90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jupyter_xprahtml5_proxy/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ def _get_random_alphanumeric_string(length):
9292
'--no-printing',
9393
'--no-microphone',
9494
'--no-notifications',
95-
'--dpi=96',
95+
# '--dpi=96',
9696
# '--sharing',
97+
'--no-daemon', # mandatory
9798
]
9899
logger.info('Xpra command: ' + ' '.join(cmd))
99100

@@ -104,7 +105,7 @@ def _get_random_alphanumeric_string(length):
104105
'command': cmd,
105106
'mappath': _xprahtml5_mappath,
106107
'absolute_url': False,
107-
'timeout': 30,
108+
'timeout': 60,
108109
'new_browser_tab': True,
109110
'launcher_entry': {
110111
'enabled': True,

0 commit comments

Comments
 (0)