ubuntu12.04刪除unity,安裝gnome3

ubuntu12.04刪除unity,安裝gnome3

0人收藏此文章,我要收藏 發表於1個月前(2012-08-30 09:19) , 已有195次閱讀 共0個評論

安裝gnome3
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell
需要安裝主題執行這一條;
sudo apt-get install gnome-themes*
刪除unity:
sudo apt-get -y --auto-remove purge unity
sudo apt-get -y --auto-remove purge unity-common
sudo apt-get -y --auto-remove purge unity-lens*
sudo apt-get -y --auto-remove purge unity-services
sudo apt-get -y --auto-remove purge unity-asset-pool
設置默認登陸桌面;
sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-shell
如果默認進入gnome classic,執行以下指令;

sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-classic

完事兒之後註銷,登陸試試,應該不會有什麼問題的。


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章