安装另一个Desktop Envrioment : Xfce4
lisp@lisp-ubuntu13:~$ sudo apt-get install xfce4
修改配置文件~/.vnc/xstartup如下
[plain]
#!/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 &
sesion-manager & xfdesktop & xfce4-panel &
xfce4-menu-plugin &
xfsettingsd &
xfconfd &
xfwm4 &
重启vcnserver,再在本地登录,得到如下界面

我觉得是自己不知道该怎么启动gnome或者kde的桌面环境的缘故