I'm trying to get a working Gnome session using vncserver. I've setup ~/.vnc/xstartup to start gnome-session and that works fine. Heres comes the kicker: When I start a program it doesn't show up on the task-bar, therefore if i minimize a window its _gone_. Also: my desktop is non-existant, I can't see my icons, although I don't exactly miss them I would like it to work non-the-less. My control panel shows up and I'm able to click on the icons and start-menu there. I'm using Red Hat 7.3 ( default install pretty much ) with vnc 3.3.4, in case it matters.
Here is my xstartup: ________~/.vnc/xstatup_________ #!/bin/sh [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & gnome-session & #twm & _____________________________ Any help is greatly appreciated! _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
