> -----Original Message-----
> From: Shing-Fat Fred Ma [mailto:fma@;doe.carleton.ca]
>
> Aside from hacking the C-code, is there a
> way to shorten the vncviewer window title
> from
> "TightVNC: User's $desktopName (host:display)"
> to simply $desktopName? When we are working
> with many windows, it's a lot easier to keep track
> of them by looking at short, sweet names. I've
> already looked at the vncserver script and the
> Xvnc help; it seems that we can only control the
> $desktopName portion of the name. I want to be
> sure that I've exhausted all the easy options
> before debating whether to look at the C-code.
>
Nice idea. However, I like other stuff in there. Can it become more
configurable?
The viewer should use the line it gets from the vncserver for default and
only the remote display name for the icon/startmenu text. Then, it might be
usefull to have an option to overrule the remote text. Optionally provide
some 'variables' to indicate the remote side:
@@ the @ character
@display@ the remote display
@user@ the remote user
@title@ the title as provided by the vncserver
@encoding@ the actually used encoding
@geometry@ the vncserver geometry
@depth@ the vncserver colordepth
... add other vncviewer internal values that are nice to know,
between @@ pairs.
Detail, should not use any of ${}% characters since they are used in system
variables.
Xvnc should obey the '-desktop "name"' option it has and not add stuff to
that. Vncserver on M$Windows should have the same option and obey that too.
The default can be the same as Xvnc has now: "@user@'s destkop (@display@)"
CBee
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list