CHANGE: Add a title using the desktop parameter on turbovnc.

This commit is contained in:
Mike Helfrich 2024-05-20 09:35:45 -04:00
parent c6c5faa7b8
commit c04ef9ffde

View File

@ -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