Typically when you start VNC a default twm windows manager comes up, and the remote user who logs in gets a windows manager which is not easy to navigate and also has to start applications by hand.
So, next time you want the user to have a KDE environment -which provides good interface... do this.
So, next time you want the user to have a KDE environment -which provides good interface... do this.
- Edit ~/.vnc/xstartup
- For KDE, replace "twm &" with "startkde &"
- For Gnome, replace "twm &" with "exec gnome-session &"
- Kill any existing VNC servers with "vncserver -kill :xxx" where xxx is the display number.
- Start a new server.
No comments:
Post a Comment