----- Original Message ----- From: "gee strong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 6:17 PM Subject: Redhat 8, RealVNC, Gnome
> Hello, > > I have looked over the archives and still I have not > found a way to make Gnome work from my Win2k(I get the > grey screen only). I am using the most current version > RealVNC(3.3.6). > > here is my script: > -------------------------------------------- > #!/bin/sh > > [-r $HOME/.Xresources] && xrdb $HOME/.Xresources > xsetroot -solid grey > xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP > Desktop" & > twm & > ------------------------------------------------ > > I have tried different ways from the mailing list but > still not working... HELP! > > Thanks, > Greg > The default WM is twm (as your script shows). A search of the archives: http://www.realvnc.com/pipermail/vnc-list/2002-December/036218.html Shows you might try putting in: unset SESSION_MANAGER gnome-session & instead. The Redhat default is: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc And if these don't work you need to give us some infro from the VNC log so we can give you help. -- William Hooper I am Pentium of Borg. Division is futile. You will be approximated. _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
