我已將 Ubuntu 11.10 中的 gnome shell 升級到 3.4
sudo add-apt-repository ppa:ricotz/testing
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install gnome-shell
但它破壞了我的系統。 Gnome shell 完全損壞 - 當我登入時,它只顯示桌面壁紙,沒有其他內容。
重要的是,Unity 也被破壞了。附上螢幕截圖
一些主要問題
1)現在出現兩個選單 - 全域選單以及應用程式選單
2)右上角面板上的圖示顯示得很奇怪
3)我的預設氛圍主題也被搞砸了。我看到的不是黑色菜單,而是白色菜單。
我該如何修復它們?或者我可以選擇恢復到原始設置,或者重新安裝 Unity/Gnome Shell 有幫助嗎?
答案1
如果您可以到達航站樓:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:ricotz/testing
sudo ppa-purge ppa:gnome3-team/gnome3
答案2
解決您的問題的最佳方法是按照 Jeremy 上面的建議安裝 Ubuntu 12.04。與其花費無數時間試圖找到消除損害的方法,不如重新開始。您可以嘗試升級,但如果它現在損壞了,那麼升級完成後它可能也會損壞。實際上,從全新安裝開始並避免使用不適合您的 ubuntu 版本的軟體包會更容易。無論如何,12.04 已接近結束測試版,並且支援時間將比 11.10 長得多。
答案3
嘗試這個:
轉到命令列介面:
Ctrl+ Alt+F1
登入,然後輸入:
sudo apt-get install --reinstall unity && sudo reboot