File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,17 @@ def setup_xprahtml5():
68
68
'--html=on' ,
69
69
'--bind={unix_socket},auth=none' , # using sockets + jupyter-server-proxy => auth is not needed here
70
70
'--socket-dir=' + socket_path ,
71
- '--start=xterm -fa "DejaVu Sans Mono" -fs 14' ,
71
+ '--start=xterm -xrm "XTerm*selectToClipboard: true" - fa "DejaVu Sans Mono" -fs 14' ,
72
72
'--clipboard-direction=both' ,
73
73
'--no-keyboard-sync' , # prevent keys from repeating unexpectedly on high latency
74
74
'--no-mdns' , # do not advertise the xpra session on the local network
75
75
'--no-bell' ,
76
+ '--no-audio' ,
76
77
'--no-speaker' ,
77
78
'--no-printing' ,
78
79
'--no-microphone' ,
79
80
'--no-notifications' ,
80
- '--no-dbus' ,
81
+ '--dbus-launch=""' , # '-- no-dbus' req. Xpra >= 6
81
82
'--no-systemd-run' , # do not delegated start-cmd to the system wide proxy server instance
82
83
'--sharing' , # this allows to open the desktop in multiple browsers at the same time
83
84
'--no-daemon' , # mandatory
You can’t perform that action at this time.
0 commit comments