On Sun, Jun 12, 2005 at 04:08:55AM -0400, Ken Winheim wrote: > I've been asked by many clients for a simple detailed procedure for > getting VNC to properly display gnome desktops on RedHat Enterprise > Linux 4.
I'm curious.. > The final ~/.vnc/startup/ file should look like this: > ________________________________________________________ > #!/bin/sh > > # Uncomment the following two lines for normal desktop: > # unset SESSION_MANAGER > # exec /etc/X11/xinit/xinitrc > > [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup > [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources > xsetroot -solid grey > vncconfig -iconic & > xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & > gnome-session --sm-disable > gnome-session > ________________________________________________________ Why didn't just uncommenting the indicated lines do what you want? Tim. */ [demime 1.01d removed an attachment of type application/pgp-signature] _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
