In redhat linux, when we start VNC server, by default it used to start with a simple termial based view. Inorder to start it as gnome based session the following command can be used
- Set the vnc session as gnome
> vi ~/.vnc/xstartup (remove all the lines and add only the following lines)
unset SESSION_MANAGER
vncconfig -iconic &
gnome-session & - Start VNC server > vncserver - geometry 1024x768
No comments:
Post a Comment