You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tigervn...@googlegroups.com
In the past vncconfig used to be started from $HOME/.vnc/xstartup so the user could tweak it to use the -nowin option. Now it looks like it was moved into the /usr/bin/vncserver script with the -iconic option. I don't really want to see an extra window in the taskbar and sometimes I even close it by accident.
Is there a way to start it with the -nowin option instead, short of modifying /usr/bin/vncserver (which may not be possible if the user doesn't have root) or playing games in the startup script to kill it and restart it with the -nowin option?
For now I chose to edit /usr/bin/vncserver but maybe there is a better way to do it.
Thanks.
DRC
unread,
Jul 14, 2015, 12:11:12 AM7/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tigervn...@googlegroups.com
Personally, my vote would be to modify the vncserver script that ships
with TigerVNC and make it pass -nowin to vncconfig. I don't see much
practical benefit to starting vncconfig with -iconic. All it does is
give you the ability to disable/enable clipboard transfer at the server
end once the server is already started, but you can disable clipboard
transfer easily enough at the client end. Also, at least for me,
-iconic has never worked properly (vncconfig never starts iconified.)