參考網頁:
MBuntu (MacBuntu) 14.10/14.04 Transformation Pack Is Ready For Ubuntu 14.10/14.04 – NoobsLab
將 Ubuntu 14.10 Unity 桌面打扮成 Mac OS X Yosemite « Jamyy’s Weblog
[@more@]
下載桌布
$ wget http://drive.noobslab.com/data/Mac-14.10/MBuntu-Wallpapers.zip -P ~/Download
解壓縮
$ sudo unzip ~/Download/MBuntu-Wallpapers.zip /usr/share/backgrounds
安裝佈景主題、圖示、游標
新增套件庫
$ sudo add-apt-repository ppa:noobslab/themes
更新套件庫
$ sudo apt-get update
安裝佈景主題、圖示、游標
$ sudo apt-get install mbuntu-y-ithemes-v4
$ sudo apt-get install mbuntu-y-icons-v4
若要移除佈景主題、圖示、游標
$ cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh
$ sudo apt-get remove –purge mbuntu-y-icons-v4 mbuntu-y-ithemes-v4
安裝 Slingscold Launcher
新增套件庫
$ sudo add-apt-repository ppa:noobslab/apps
更新套件
$ sudo apt-get update
安裝 Slingscold 套件
$ sudo apt-get install slingscold
安裝 Indicator-Synapse
新增套件庫
$ sudo add-apt-repository ppa:noobslab/apps
更新套件庫
$ sudo apt-get update
安裝 Indicator-Synapse 套件
$ sudo apt-get install indicator-synapse
安裝 Docky
新增套件庫
$ sudo add-apt-repository ppa:docky-core/ppa
更新套件庫
$ sudo apt-get update
安裝 Docky
$ sudo apt-get install docky
安裝 Docky Themes
新增套件庫
$ sudo add-apt-repository ppa:noobslab/themes
更新套件庫
$ sudo apt-get update
安裝 Docky Themes
$ sudo apt-get install mbuntu-y-docky-skins-v4
若要移除 Docky 和 Docky Themes
$ sudo apt-get autoremove docky mbuntu-y-docky-skins-v4
設定佈景主題和圖示
$ cd ~/Downloads && wget -O config.sh http://drive.noobslab.com/data/Mac-14.10/config.sh
$ chmod +x config.sh;./config.sh
回復原設定值
$ cd ~/Downloads && wget -O unconfig.sh http://drive.noobslab.com/data/Mac-14.10/unconfig.sh
$ chmod +x unconfig.sh;./unconfig.sh
在 Launcher 加入 Apple Logo
$ sudo mv /usr/share/unity/icons/launcher_bfb.png /usr/share/unity/icons/launcher_bfb.png.backup
$ cd ~/Downloads;wget -O apple_launcher_bfb.png http://drive.noobslab.com/data/Mac-14.10/launcher-logo/apple/launcher_bfb.png;cd
$ sudo cp ~/Downloads/apple_launcher_bfb.png /usr/share/unity/icons/launcher_bfb.png
回復原先的設定值
$ sudo mv /usr/share/unity/icons/launcher_bfb.png.backup /usr/share/unity/icons/launcher_bfb.png
安裝 Unity Tweak Tool 來設定佈景主題和圖示
$ sudo apt-get install unity-tweak-tool