1:下载壁纸
下载Mac OS X 的壁纸,下载连接(http://drive.noobslab.com/data/Mac-13.10/MBuntu-Wallpapers.zip), 解压之后放到ubantu的图片目录。
2:安装主题修改工具
sudo apt-get install unity-tweak-tool
3:安装MAC的图标和光标
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
4:安装Slingscold快速启动
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install slingscold
5:安装docky或者plank
sudo apt-get install docky或者
sudo apt-get install plank
sudo apt-get install macbuntu-plank-theme-v6
卸载docky:
sudo apt-get autoremove docky
卸载plank:
sudo apt-get autoremove plank macbuntu-plank-theme-v6
6:替换桌面左上角的"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
7:替换启动器上边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/
卸载并恢复到原有的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/
8:安装单色图标的LibreOffice
sudo apt-get install libreoffice-style-sifr
9:安装mac字体
wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac-15.10/macfonts.zip
sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip
sudo fc-cache -f -v
10:安装mac的欢迎界面
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-lightdm-v6
卸载并恢复ubuntu迎宾:
sudo apt-get remove macbuntu-lightdm-v6
11:应用MacBuntu开机画面
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-bscreen-v6
卸载并回到ubuntu画面:
sudo apt-get autoremove macbuntu-bscreen-v612:应用主题修改工具修改
打开unity-tweak-tool时可能有如下错误:
解决方法,在终端输入以下命令就可以了:
sudo apt-get install unity-webapps-common
13:最终效果预览