Now that is cool!!!!! Thanks!!!! --Bill Watson [EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Kelsoe, Randy
I assume you mean you want to see the desktop (gnome or kde)?

Edit your $HOME/.vnc/xstartup file to look like this and restart
vncserver:

#!/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" & # twm &
/usr/bin/gnome-session &   
/usr/bin/gnome-terminal &

(For kde, replace the last 2 lines with):

/usr/bin/startkde &
/usr/bin/console &



_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to