_TOP_MENU

Sep 2, 2014

GNOME - Terminal while login in VNC


Hi

Incase you are 1st time user or your workspace crashed ,  you opened VNC session and you see "Xterm"  , it's very difficult to work in Xterm  , People prefer gnome/kde terminal instead of that.

So below are the steps -

download putty from internet , it will be required to create your VNC session.


Below are the steps  -

  1. Open Putty and type linux server IP ( X.X.X.X) 
  2. It will open a DOS window , assuming you are working in Windows. 
  3. Enter your user credential - User Name / and Password  
  4. Once you have put user detail in putty , you will be logged-in to linux server.
  5. Type  " vncserver " 
  6. It will give you a number  - number : Y 
  7. Open VNC viewer  with  X.X.X.X:Y   ( exp - 100.101.102.103:20)  
  8. Once you perform all above steps , means you have entered in VNC session.
  9. Now to change your desktop - go to home directory 
  10. Go to .vnc dir 
  11. Open xstartup file 
  12. Un-comment below lines   
unset SESSION_MANAGER 
exec /etc/X11/xinit/xinitrc

OR at the end of xstartup file , add below line -
gnome-session &


That's it .... You are Done !!  

Now kill current vnc session and open a new session. 

Thanks 
Rahul 


No comments:

Post a Comment