Here is the patch that I'll be putting into the Red Hat Linux VNC RPMs
to make this kind of thing easier.
Tim.
*/
--- vnc_unixsrc/vncserver.xclients Mon Sep 3 17:45:51 2001
+++ vnc_unixsrc/vncserver Mon Sep 3 17:48:16 2001
@@ -43,10 +43,8 @@
$defaultXStartup
= ("#!/bin/sh\n\n".
- "xrdb \$HOME/.Xresources\n".
- "xsetroot -solid grey\n".
- "xterm -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" &\n".
- "twm &\n");
+ "# Red Hat Linux VNC session startup script\n".
+ "exec /etc/X11/xinit/Xclients\n");
chop($host = `uname -n`);
Tim.
*/
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------