Centos底部面板图标不见的解决办法
Step 1: In Linux Desktop, press Ctrl+alt+f2Step 2: Login then type the following command:$cd$rm –rf .gconf$rm –rf .gconfd$rm –rf .gnome$rm –rf .gnome2Step 3: Press Ctrl+alt+f7 to be back
·
电脑症状:进入系统后上下任务栏都消失了,以为是本次会话出现问题,以前有过这样类似的情况。桌面的分辨率不对,只要重启一下桌面就可以解决。这次无论怎么重启都没有办法。
1.使用killall gnome-panel,面板就会重启。(本身gnome-panel这个进程就没有起来)
2.如果上面方法不行,删除 ~/.gconf/apps/gnome-session 这个文件夹,然后重启。
3.如果还不行,删除~/.gconf/apps/panel 文件夹,使用killall gnome-panel.
4.
删除/tmp/.X0什么的。。。没有效果
Step 1: In Linux Desktop, press Ctrl+alt+f2
Step 2: Login then type the following command:
$cd
$rm –rf .gconf
$rm –rf .gconfd
$rm –rf .gnome
$rm –rf .gnome2
Step 3: Press Ctrl+alt+f7 to be back to x-windows, then restart the Linux
1.检测进程 ctl+alt+F1 进入命令终端。键入:ps aux |grep gnome-panel 找出相应pid ,然后就kill 之。
2.启动进程 在桌面建立一个launcher,选择:application in terminal 。cmd栏:gnome-panel关闭,然后桌面双击,消失的任务栏出来了吧。3.为了确保重启后能正常。system--preferences--Sessions--Current session 看看gnome-panel 一项的style是不是restart。不是的话就是设为restart。ok,重启检验一下。 验证:kill pid出现面板
更多推荐
已为社区贡献8条内容
所有评论(0)