ubuntu安装vncserver后,一按字母D键,显示桌面,终端消失.....

据说这是一个bug,不过也不算,快捷键冲突常有的事.

安装好vncserver后,从客户端登陆,一按D键就显示桌面

安装

gconf-editor

d键都不能用了,这玩意怎么装?

呵呵,一个办法就是到机器前,....

可是我的不在面前啊,这时候可以借助工具了,我用的是xmanager

启动xstart:

ubuntu安装vncserver后,一按字母D键,显示桌面,终端消失....._第1张图片

我选择的是7GNOME,点击Run


xmanager还是很好用的,它将窗口分成了很多部分,方便使用.如panel,launcher,Desktop,一般你打开什么都可以单独运行,而

不依托于桌面.

现在安装: 

sudo apt-get install  gconf-editor 

运行:

gconf-editor 
不好意思,出错了???

root@veyun:~# gconf-editor 
No protocol specified

** (gconf-editor:3309): CRITICAL **: Failed to parse arguments: Cannot open display: 
好吧,忘了设置DISPLAY了

root@veyun:~# export DISPLAY=210.29.20.38:0.0
210...->你本机IP地址

现在再运行,ok

设置:/apps/metacity/global_keybindings/show_desktop为disable

ubuntu安装vncserver后,一按字母D键,显示桌面,终端消失....._第2张图片

重启一下,再试试,




你可能感兴趣的:(ubuntu,工具,终端)