|
|
发表于 2006-7-14 18:06:28
|
显示全部楼层
使用gnome-panel
如果你安装有gnome 的话
当然最好就是改配置文件了
假如你使用root起用了的vnc,
vi ./vnc/xstartup
改成如下的内容即可。
#!/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 &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm & |
|