ubuntu 桌面環境出現異常常用的解決方法
阿新 • • 發佈:2018-12-30
Compiz 是一套自由的桌面特效(desktop effects)軟體,能夠替基於 Linux 的桌面環境加上視覺效果,類似於 Windows Vista 的 Aero 與 Mac OS X 的 Quartz。
Ubuntu桌面環境下,遇到的大部分情況可能就是Compiz配置出了問題,比如狀態列消失,桌面只剩下桌布和滑鼠指標等
常見的配置錯誤的表現在某一個使用者登陸進去出現問題, 而另一個使用者登入進桌面環境後一切正常,沒有問題。
很多人為了桌面配置錯誤大費周章,甚至重新裝了系統,其實並沒有必要,只需要刪除compiz的配置檔案即可,命令如下
$ rm -rf ~/.compiz* ~/ .config/compiz* ~/.cache/compiz* ~/.gconf/apps/compiz* ~/.config/dconf ~/.cache/dconf ~/.cache/unity #刪除dconf配置資訊
$ dconf reset -f /org/compiz/ #重置Compiz
$ setsid unity #重啟Unity
$ unity --reset-icons #重置Unity圖示(可選)
如果還不行,就重新安裝一下Ubuntu-desktop試試,視情況而定吧
$ sudo apt-get install --reinstall ubuntu-desktop
$ sudo service lightdm restart