mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
CHANGE: Add a title using the desktop
parameter on turbovnc.
This commit is contained in:
parent
c6c5faa7b8
commit
c04ef9ffde
@ -4,7 +4,7 @@ pidfile=/tmp/supervisord.pid
|
||||
|
||||
[program:vnc]
|
||||
priority=0
|
||||
command=/opt/TurboVNC/bin/vncserver %(ENV_DISPLAY)s -fg %(ENV_VNC_SEC)s -depth 24 -geometry %(ENV_VNC_RESOLUTION)s
|
||||
command=/opt/TurboVNC/bin/vncserver %(ENV_DISPLAY)s -fg %(ENV_VNC_SEC)s -depth 24 -geometry %(ENV_VNC_RESOLUTION)s -desktop "Prusaslicer noVNC"
|
||||
autorestart=true
|
||||
redirect_stderr=true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user