桌面没了
Tofloor
poster avatar
d5******26@qq.com
deepin
2013-06-27 19:14
Author
本来是IP不能改的问题,补丁打上,重启以后桌面就没了……

IMG_20130627_103941.jpg
Reply Favorite View the author
All Replies
a287740928
deepin
2013-06-27 22:03
#1
Ctrl+Alt+T,然后输入desktop试试
Reply View the author
cxbii
deepin
2013-06-28 06:12
#2
看样子是compiz的问题,可能还有desktop的.
Ctrl+Alt+T.执行:
  1. compiz --repalce
Copy the Code
看看如何
Reply View the author
electricface
deepin
2013-06-28 17:27
#3
在终端执行
  1. desktop
Copy the Code
看能把桌面叫回来吗?
Reply View the author
tuhaihe
deepin
2013-06-28 17:35
#4
可以试试开发者在同一问题中给出的解决方法:

1. 打开终端
> killall dock
> rm -rvf ~/.config/compiz-1
> rm -rvf ~/.compiz
2. 注销
> gnome-session-quit
Reply View the author