Skip to content

Commit

Permalink
CHANGE: Add a title using the desktop parameter on turbovnc.
Browse files Browse the repository at this point in the history
  • Loading branch information
helfrichmichael committed May 20, 2024
1 parent c6c5faa commit c04ef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c04ef9f

Please sign in to comment.