Ubuntu使用MAC主題
今天折騰了一下如何安裝Mac主題,接下來就來總結一下吧
我自己的測試環境是Ubuntu15.10
我們第一步還是把Ubuntu自帶的選單給隱藏起來吧,不然誰看了都知道這個是Ubuntu系統
進入“設定”>“外觀”>“行為”:
將“自動隱藏啟動器開啟”就可以隱藏選單了(這裡是我已經完成Mac主題安裝的介面了)
(事先說明一下,由於我自己安裝的時候參考了很多教程,不能確定這個Macbuntu是不是可以完美替換成Mac主題,所以如果有什麼漏掉的地方沒有被替換成Mac主題,請參考附錄,進行安裝替換)
接下來介紹一個別人寫好的軟體:Macbuntu
之後解壓,輸入:tar zxcf Macbuntu-10.10.tar.gz
可以到到一個資料夾,Macbuntu-10.10
進入之後,可以看到有兩個很重要的檔案,install.sh 和 uninstall.sh
很簡單,輸入:./install.sh 就可以進行安裝
輸入:./uninstall.sh 進行刪除
如果真的就那麼簡單就可以安裝好,那麼就沒有什麼好總結的了
我在這裡報了兩個錯誤:
第一個是:
Checking Ubuntu version...
Failed. System not supported, script will end here
To ignore their compatibility with current OS try ./install.sh force
這裡按照提示,輸入: ./install.sh force
注:這裡需要強制操作,因為這個軟體不支援15.10。不過好像沒有什麼影響的樣子
之後就報了第二個錯誤:
Checkin script user...
Failed.
Root user not allowed, please run this script as a regular user.
提示不能通過root安裝,所以切換到普通使用者,再輸入:./install.sh force
(第二個錯誤完全是我自己習慣使用root許可權進行操作而導致的,其實這樣並不好,還是推薦使用普通使用者)
注:在安裝過程中,會有一些需要你選擇的選項,都選擇預設和yes就可以了。當然如果能力足夠,可以根據自己的需求進行選擇
安裝好了之後,需要再安裝一個控制主題的軟體,輸入:sudo apt-get install unity-tweak-tool 進行安裝
之後通過搜尋鍵,搜尋unity tweak tool 軟體,開啟之後就可以在“主題”裡面選擇以Macbuntu開頭的主題就可以了
當然你如果想要更加好的體驗,需要對後面的“圖示”,“指標”,“字型”進行一一調整
這個時候你會發現,你的左上角的Ubuntu桌面還是沒有替換掉
因此,為了替換面板左上角"ubuntu 桌面"字樣為" "Mac OS X"字樣,輸入:
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac-15.10/change-name-on-panel/mac.po
cd /usr/share/locale/zh_CN/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
全部完成安裝之後,重啟你的電腦
之後去下載一個Mac系統的桌布就可以得到下圖了:
希望各位讀者可以根據上面的步驟正常的完成安裝,如果有什麼地方有問題,可以根據附錄進行修改
附錄:
MacBuntu OSŸ主題,圖示和游標
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-icons-v6
sudo apt-get install macbuntu-ithemes-v6
不喜歡可以解除安裝主題、圖示,游標
cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh
sudo apt-get remove macbuntu-ithemes-v6 macbuntu-icons-v6
Slingscold(替代的Launchpad)
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install slingscold
突變聚焦(替代蘋果的Spotlight)安裝後用ctrl+D組合鍵啟用便於使用
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install mutate
安裝一款簡單的Plank DOCK(木板)一樣的dock
sudo apt-get install plank
安裝dock主題
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-plank-theme-v6
解除安裝dock主題
sudo apt-get autoremove plank macbuntu-plank-theme-v6
應用mac開機畫面飛濺
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-bscreen-v6
解除安裝mac開機畫面飛濺
sudo apt-get autoremove macbuntu-bscreen-v6
替換面板左上角"ubuntu 桌面"字樣為" "Mac OS X"字樣
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac-15.10/change-name-on-panel/mac.po
cd /usr/share/locale/zh_CN/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
不喜歡可以按著下面操作恢復
cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac-15.10/change-name-on-panel/ubuntu.po
cd /usr/share/locale/zh_CN/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
替換啟動板上的ubuntu-logo為mac-logo
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac-15.10/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
恢復ubuntu-logo
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac-15.10/launcher-logo/ubuntu/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
安裝Mac主題LightDM的Webkit迎賓
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-lightdm-v6
如果迎賓工作不正常呈現空白可以用下面命令解除安裝恢復
sudo apt-get remove macbuntu-lightdm-v6