为Ubuntu 14.04 安装MAC OS X 主题

原文地址:http://www.apkdv.com/to-ubuntu-14-04-install-mac-os-x-theme/

1: Mac wallpapersDownload Mac OS X Wallpapers
2: DockyFrom last MacBuntu pack I recommended docky because cairo-dock were having issues with power-menu. It is light-weight and works without any problem.

First of all install docky with following command then install Mac theme for docky:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]sudo add-apt-repository ppa:docky-core/ppa
[/td][/tr]
[tr][td]sudo apt-get update
[/td][/tr]
[tr][td]sudo apt-get install docky
[/td][/tr]
[/table]

Download Mac theme for docky and follow the screenshot for theme setup.

Tip: To pin application to dock just open Application and right click on app icon then select ‘Pin to dock’.
3: Mac OS X Lion Theme, Icons and cursors:
This pack offers four themes and three icon sets, enter these commands in terminal to get themes, icons and cursors.
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]sudo add-apt-repository ppa:noobslab/themes
[/td][/tr]
[tr][td]sudo apt-get update
[/td][/tr]
[tr][td]sudo apt-get install mac-ithemes-v3
[/td][/tr]
[tr][td]sudo apt-get install mac-icons-v3
[/td][/tr]
[/table]

After installation choose theme, icons and mac cursor from tweak tool.
To Uninstall themes, icons and cursors
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh
[/td][/tr]
[tr][td]sudo apt-get remove mac-ithemes-v3 mac-icons-v3
[/td][/tr]
[/table]

4: Apply MBuntu Splash:
Enter following commands to install splash:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]sudo add-apt-repository ppa:noobslab/themes
[/td][/tr]
[tr][td]sudo apt-get update
[/td][/tr]
[tr][td]sudo apt-get install mbuntu-bscreen-v3
[/td][/tr]
[/table]

If you don’t like MBuntu Splash, You can get back Ubuntu splash:
Enter following command to remove splash:
[table]
[tr][td]Terminal Command:
[/td][/tr]
[tr][td]sudo apt-get autoremove mbuntu-bscreen-v3
[/td][/tr]
[/table]

5: Install MacBuntu theme for LightDM:
Enter following commands to install Mac LightDM theme:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]sudo add-apt-repository ppa:noobslab/themes
[/td][/tr]
[tr][td]sudo apt-get update
[/td][/tr]
[tr][td]sudo apt-get install mbuntu-lightdm-v3
[/td][/tr]
[/table]

If you want to revert back, You can get back LightDM default look:
Enter following command to remove LightDM theme:
[table]
[tr][td]Terminal Command:
[/td][/tr]
[tr][td]sudo apt-get remove mbuntu-lightdm-v3
[/td][/tr]
[/table]

6: Indicator Synapse (Alternative to Spotlight)
Indicator-Synapse is developed by elementary OS team and it does the same function like “Spotlight”.
To install enter following commands in terminal:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]sudo add-apt-repository ppa:noobslab/apps
[/td][/tr]
[tr][td]sudo apt-get update
[/td][/tr]
[tr][td]sudo apt-get install indicator-synapse
[/td][/tr]
[/table]

7: Replace ‘Ubuntu Desktop’ text with ‘Mac’ on the Panel
Enter following commands to change ‘Ubuntu Desktop’ text on the panel:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]cd && wget -O Mac.po http://drive.noobslab.com/data/Mac-14.04/change-name-on-panel/mac.po
[/td][/tr]
[tr][td]cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
[/td][/tr]
[/table]

Revert back to ‘Ubuntu Desktop’ text, enter following commands in the Terminal:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac-14.04/change-name-on-panel/ubuntu.po
[/td][/tr]
[tr][td]cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
[/td][/tr]
[/table]

8: Replace Overlay Scroll-bars with Normal
Enter following command in terminal to disable overlay scrollbar:
[table]
[tr][td]Terminal Command:
[/td][/tr]
[tr][td]gsettings set com.canonical.desktop.interface scrollbar-mode normal
[/td][/tr]
[/table]

If you want to get back overlay bar, enter following command:
[table]
[tr][td]Terminal Command:
[/td][/tr]
[tr][td]gsettings reset com.canonical.desktop.interface scrollbar-mode
[/td][/tr]
[/table]

9: Remove White Dots and Ubuntu Logo from Lock Screen:Ubuntu 14.04 got new lock screen, I already instructed theme for LightDM but this step is necessary if you are using unity lock screen.

Enter following commands in terminal to remove white dots and Ubuntu logo:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]sudo xhost +SI:localuser:lightdm
[/td][/tr]
[tr][td]sudo su lightdm -s /bin/bash
[/td][/tr]
[tr][td]gsettings set com.canonical.unity-greeter draw-grid false;exit
[/td][/tr]
[tr][td]sudo mv /usr/share/unity-greeter/logo.png /usr/share/unity-greeter/logo.png.backup
[/td][/tr]
[/table]

If you want to revert back then use following commands.
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]sudo xhost +SI:localuser:lightdm
[/td][/tr]
[tr][td]sudo su lightdm -s /bin/bash
[/td][/tr]
[tr][td]gsettings set com.canonical.unity-greeter draw-grid true;exit
[/td][/tr]
[tr][td]sudo mv /usr/share/unity-greeter/logo.png.backup /usr/share/unity-greeter/logo.png
[/td][/tr]
[/table]

10: Apple Logo in Launcher
Enter following commands to install Apple Logo:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]wget -O launcher_bfb.png
[/td][/tr]
[tr][td]sudo mv launcher_bfb.png /usr/share/unity/icons/
[/td][/tr]
[/table]

If you want back Ubuntu logo enter following commands in terminal:
[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]wget -O launcher_bfb.png
[/td][/tr]
[tr][td]sudo mv launcher_bfb.png /usr/share/unity/icons/
[/td][/tr]
[/table]

11: Auto-hide Unity Launcher:You can hide unity launcher from AppearanceBehavior and turn off.

12: Unity Tweak Tool to change Themes & Icons:You can use these popular tools to change themes and icons in Ubuntu, Also you can change other settings from these tweak tools. You can also install Ubuntu Tweak.
Enter following command to install tweak tools.
[table]
[tr][td]Terminal Command:
[/td][/tr]
[tr][td]sudo apt-get install unity-tweak-tool
[/td][/tr]
[/table]

13: Install Monochrome icons for Libreoffice:Human icons are default in LibreOffice which kind of look weird with this transformation pack, to make LibreOffice more elegant with monochrome icons follow these instructions.
Enter following commands to install monochrome icons for libreoffice.
[table]
[tr][td]Terminal Command:
[/td][/tr]
[tr][td]sudo apt-get install libreoffice-style-sifr
[/td][/tr]
[/table]

After installation go to LibreOffice menu select “Tools” > “Options” > “LibreOffice” > “View” and select “Sifr” under “Icon size and style”. See following screenshots


14: u Mac fonts:[/u]Last time I received request about Mac fonts, so this time I am including them with this pack. So here are fonts for you.

[table]
[tr][td]Terminal Commands:
[/td][/tr]
[tr][td]wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac-14.04/macfonts.zip
[/td][/tr]
[tr][td]sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip
[/td][/tr]
[tr][td]sudo fc-cache -f -v
[/td][/tr]
[/table]You can change fonts from Unity-Tweak-Tool, Gnome-Tweak-Tool or Ubuntu Tweak
That’s it

全英文的啊,太有挑战性了。谁给翻译一下啊

你丫机翻一下也好啊

我勒个去,你英文很好啊```

ubuntu桌面字样无法替换

[sudo apt-get install mac-ithemes-v3 这一步,E:未发现软件包 mac-ithemes-v3 是怎么回事呢?

只要是mac-ithemes就未发现
PPA已经添加了的啊

真的能改成吗??