Solved Gnome3 vncserver problem

Hi, I have a problem with re-logging into Gnome3 after it locks up.

6731


i know this is root but other users same problem.

my xstartup:

Code:
#!/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 &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
gnome-session & #this line has been added based on some comments found online, but no effect whatsoever.   
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &

xstartup same for all users

sry for my bad English
 
This smells of penguin. Please provide system info and some more details.
 
Back
Top