chrisP
05-26-2003, 12:56 AM
there is a quirk with gnome session and vnc.. After editing ~/.vnc/xstartup to
exec /etc/X11/xinit/xinitrc&
it still didnt work. I was getting a error in the .vnc log file concerning already running a gnome session..
The fix is to reset the env variable SESSION_MANAGER variable before calling the exec command.. You do not have to export it..
So,
SESSION_MANAGER=
exec /etc/X11/xinit/xinitrc&
exec /etc/X11/xinit/xinitrc&
it still didnt work. I was getting a error in the .vnc log file concerning already running a gnome session..
The fix is to reset the env variable SESSION_MANAGER variable before calling the exec command.. You do not have to export it..
So,
SESSION_MANAGER=
exec /etc/X11/xinit/xinitrc&