http://blog.sina.com.cn/s/blog_51033a8c01013lcs.htmlphp
本身並非一個思想前衛的人,穿衣審美也都是大衆眼光.可是惟獨喜歡在計算機方面嘗試最新,心肝情願的作小白鼠.近日,按耐不住,安裝了linux中很是著名的發行版ubuntu.ubuntu12.04是一個長期支持的版本,官方宣稱對該版本支持5年.html
ubuntu12.04默認採用unity界面,可是本身更加喜歡gnome3的操做方式.linux
安裝gnome3:shell
sudo apt-get install gnome-shellubuntu
其實安裝成功後,註銷系統在登陸界面選擇GNOME,進入系統後就是GNOME3界面了.可是出於系統清理的心理,老是想卸載掉unity界面.設置默認登陸桌面環境爲GNOME3.工具
用gnome3界面登陸系統,設置其爲默認的登陸環境:ui
sudo/usr/lib/lightdm/lightdm-set-defaults -s gnome-classicspa
sudo/usr/lib/lightdm/lightdm-set-defaults -s gnome-shellhtm
出於某種奇怪內心,老是想卸載掉Unity:blog
sudo apt-get -y --auto-remove purge unity
sudo apt-get -y --auto-remove purge unity-commonp
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
至此從新登陸系統後,默認界面就是GNOME3界面了.而且在選擇的桌面項目中已經沒有了unity和unity2d這兩個選項.
-------------------------------------------------------------------------------------------------------------------------------
進一步配置GNOME3界面:
首先須要安裝一個工具,來方便的管理,安裝主題以及桌面設定.
sudo apt-get installgnome-tweak-tool
目前最流行的圖標主題是Faenza Icon Theme.
sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install faenza-icon-theme
安裝後,在系統工具—高級設置中,圖標設置爲faenza便可.
後注:GNOME Shell 是 GNOME 3 的重要部分,提供窗口切換、打開應用程序等功能,它和 窗口管理器 一塊兒構成了咱們看到的 GNOME 3 桌面。
Ubuntu12.04beta 版本中採用的gnome-shell 版本是3.3.92, 因此目前有一些針對gnome-shell 3.2 的主題和擴展不能使用. 可是當ubuntu12.04 正式發佈時, 這些問題應該都將解決