Mac Theme For Ubuntu 11.10

If my last post is about Mac Theme For Ubuntu 11.04 today I would like to share Mac Theme For Ubuntu 11.10

First you must Download all files from Here (Step 1) and Here (Step 2) and you just follow all step

Click for Step 1 :
1. Copy 'Macbuntu 10.10.tar.gz' to downloads folder


2. Type 'cd ~/Downloads' on terminal (CTRL+ALT+T)
3. Still on terminal you type 'tar zxvf Macbuntu-10.10.tar.gz'


4. After that you type 'cd Macbuntu-10.10'
5. Edit install.sh with type this on terminal 'gedit install.sh'


6. Find

chk_system()
{
echo “”
echo “Checking Ubuntu version…”
s=`cat /etc/issue | grep -i “$UBUNTU”`
if [ ! -n "$s" ]; then
echo “Failed. System not supported, script will end here”
echo “To ignore their compatibility with current OS try ./install.sh force”
echo “Exiting…”
exit 1;
fi
echo “Passed”
}


    and replace with this code

chk_system()
{
echo “Passed”
}


    Save it

7. After you save the changer you type './install.sh'


8. And you may just follow the step with choose 'Y' and choose with the chosen have 'star (*)' symbol

This is for the example, actually there is still many question like this.



9. After you follow all the step and the question, it will be starting to install the theme to the system
10. After you've done with all the installation process, you may reboot your computer, and we going to the step 2
Click for Step 2 :
1. Extract folder on 'macbuntu-x' to your desktop


2. Open terminal (CTRL+ALT+T) and type 'cd Desktop/macbuntu-x'
3. After that, you must extract all theme package with type this command

sudo tar -C /usr/share/themes/ -xzvf Macbuntu-Xi.tar.gz
(to extract theme package)

sudo tar -C /usr/share/icons/ -xzvf Macbuntu-Xi-Icons.tar.gz
(to extract icon package)

sudo tar -C /usr/share/icons/ -xzvf Macbuntu-Xi-Cursors.tar.gz
(to extract cursor package)

sudo cp aurora.jpg /usr/share/backgrounds
(to extract background)

4. Or, if you don't want to type all command above, you just need to write command 'sudo sh macbuntu-xi.sh' and with automatically, all theme package will extract by itself




5. After that, you must install 'Advanced Settings' to apply the theme, you can use 'Ubuntu Software Center' and search Advanced Settings, or you can type 'sudo apt-get install gnome-tweak-tool'


6. After you have install Advanced Settings, launch the program 'Dash Home => And type "Advanced Settings" => Theme => And change all setting as my picture


7. And now, we change the transparency and icon size. Press ALT+F2 and type 'about:config' => Change on the "Hide launcher" to be 'auto hide' => Move to experimental change panel opacity to be '0.3000' launcher opacity '0.5000 and launcher icon size to 32 => and close it





8. And if you want to change the background like a Mac. Go to => System Settings => Appearance => Click on (+) symbol => And choose Aurora.png (included)


9. And done! Your Ubuntu exactly like a Mac.

Note: Password for the WinRAR is information-computer

Thats all for my post, hopefully will be useful for you.

~Good luck~

Original: Step 1 and Step 2

3 comments: