鉴于个人一直使用mac,所以对mac的桌面环境更为喜欢。noobslab的一群天才们在ubuntu每一个版本发布之后都会出一个教程来帮助大家打造一个ubuntu下的MAC桌面。

配置mac桌面

添加noobslab源

sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update

安装mac图标

sudo apt-get install macbuntu-os-icons-lts-v7

安装mac主题

sudo apt-get install macbuntu-os-ithemes-lts-v7

tweak-tool配置主题 tweak-tool配置字体

安装albert替代spotlight

sudo apt-get install albert
# shortcut setting -> ctrl + space

配置mac开机动画

sudo apt-get install macbuntu-os-bscreen-lts-v7

修改面板上 ‘Ubuntu Desktop’为’apple’图标

wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.po
cd /usr/share/locale/en/LC_MESSAGES
sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po

修改’dash’图标为’apple’图标

wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png sudo mv launcher_bfb.png /usr/share/unity/icons/

MAC桌面效果图

恢复ubuntu桌面

卸载mac主题软件

sudo apt-get remove macbuntu-os-icons-lts-v7 macbuntu-os-ithemes-lts-v7 albert

恢复面板’ubuntu’文字

wget -O Ubuntu.po http://drive.noobslab.com/data/Mac/change-name-on-panel/ubuntu.po
cd /usr/share/locale/en/LC_MESSAGES
sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po

恢复’dash’图标:

wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/ubuntu/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/

卸载mac开机动画

sudo apt-get autoremove macbuntu-os-bscreen-lts-v7