[How to] Install Mac Theme on Ubuntu 11.10 (Oneiric Ocelot)

Enjoy your Ubuntu 11.10 with Macbuntu 11.10 themeubuntu 11.10 mac theme,macbuntu 11.10,mac theme for ubuntu 11.10,mac theme ubuntu 11.10, download macbuntu, download ubuntu theme, best ubuntu theme, free ubuntu theme,Ubuntu 11.10, ubuntu 11.10 theme,ubuntu theme,gnome3,Download Free Ubuntu 11.10,Macbuntu 11.10 ,Mac theme for Ubuntu,How to install Mac apps in ubuntu ,Free Linux games,Oneiric Ocelot

Mac is one of the beautiful OS in the world. Desktop,Wallpaper‘s,Icon Everything is amazing.This post will help to install Mac theme in your Ubuntu versions .
If you want install theme only,use this link
and also do next steps to get full Macubuntu effect
-Everything look like mac
-Folder
-icons
-wallpaper
-sound
-windows
all


1.Download theme File (Size 40 MB,tar.gz format)
2.Applications–>Accessories–>Terminal (For Ubuntu 10.10)
Click on Ubuntu icon(From Left side bar,Click on 4 vertical bars-right to music button)–>Filter –>Accessories –>Terminal (For Ubuntu 11.04 and 11.10)
3.Open Terminal
/*Ensure that “Macbuntu-10.10.tar.gz” file in your Downloads folder*/
code–>
cd ~/Downloads
tar zxvf Macbuntu-10.10.tar.gz
cd Macbuntu-10.10
/*Else just Extract Macbuntu10.10 tar.gz .Open Macbuntu 10.10 ,Find install.sh*/
Edit install.sh file
gedit install.sh
Edit File
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”
}
Change above code to
chk_system()
{
echo “Passed”
}
Save this file ,then run your file
./install.sh

2 comments:

  1. Thank you Subhradeep for comment, hope this helps you:
    http://thehtd.blogspot.com/2012/06/solved-how-to-uninstall-macbuntu-mac.html

    ReplyDelete