To be clear this is not my guide. I found this at http://maketecheasier.com/turn-your-ubuntu-intrepid-into-mac-osx-leopard/2009/01/08 and take no credit for this. I just find this guide really useful. I included the changes I maded as describe maktecheasie. For the full guide click on the link.
This is an updated version of my previous post Turn Ubuntu Hardy into Mac OSX.
That post was written six months ago and many things have changed during this period of time: release of Ubuntu Intrepid, newer Mac4Lin theme, better globalmenu applet etc. As such, I have decided to rewrite this tutorial for the Intrepid platform.
Disclaimer: This tutorial was based on Ubuntu Intrepid and Mac4Lin RC1 themes. I don’t guarantee that it will work on other distro or other version of Ubuntu.
Download the Mac4Lin themes and extract it to your Home folder. You should see a Mac4Lin_v1.0_RC1 folder that contains all the configuration files in your Home directory.
Preparing the installation path
Next, in your Home directory, press Ctrl + H to reveal all the hidden files. Check if any of the three folders .themes, .fonts, .emerald exist. If not, create three folders and name them .themes, .fonts, .emerald. Create another folder within .emerald folder and name it themes.
Installing the Mac4Lin themes
Open a terminal, type in:
cd Mac4Lin_v1.0_RC1
sh Mac4Lin_Install_v1.0_RC.sh
This will install the Gnome themes (window border and icons), change the wallpaper and the panel background.
During the installation process, the installer will ask you for root access in order to install certain components (refer to the image below). Type y to continue.

After the installation, your desktop should look something like this:

Installing the AWN dock
(The AWN dock may/may not work in all machine. If you find that it does not work after following the instructions below, you may want to try out Cairo dock that is less demanding on the machine.)
The AWN dock requires a compositing manager to work. If your system supports Compiz, it will be able to run AWN as well. if not, we have to install the X compositing manager.
Go to System -> Preferences -> Appearance, click on the Visual Effects tab. Click on the Extra radio button. If you see the following image, then your computer does not support Compiz. (If you don’t see the image below, proceed directly to install AWN.)

You have to install the alternative X composition manager
sudo apt-get install xcompmgr
Add it to your auto-start list. Go to System -> Preferences -> Session. Add the following:

Install AWN
The AWN dock is already included in the Intrepid repository, so you can easily install it by clicking this link. Alternatively, you can also type the following command in the terminal:
sudo apt-get install avant-window-navigator
Once the installation is done, go to Preferences -> AWN Manager. On the left pane, click on the Themes. On the right, click Add. Navigate to the Mac4Lin_v1.0_RC1 folder. Open up the AWN folder and select Mac4Lin_AWN_v1.0_RC.tar.gz. Click Open. The AWN theme should be installed now. Check the radio button beside the theme and click Apply. Click Close.

Before we launch the AWN, we need to remove the bottom panel so that there won’t be an overlap. At the bottom panel, right-click the mouse and select Delete This Panel. Activate AWN by going to Applications -> Accessories -> Avant Window Navigator. You should see the AWN loading up in the bottom of the screen. To add applications to the dock, click on the Applications at the top panel and navigate to the particular application you want to add. Drag the application icon to the dock. That’s it. You should see something like the image below:

To start AWN everytime you log in, go to System -> Preferences -> Sessions. Click Add. Fill up the following:

Click Add, follow by Close. AWN will now automatically load when you login to your computer.
Installing OSX font
Go to System -> Preferences -> Appearance. Click on the Fonts tab Change the following field to the same as the image below:

Make sure the Subpixel smoothing (LCDs) button is checked. Click Close.
Fixing up some small detail
Until now, your desktop should be very close to a Mac desktop, but there are still some small details such as the Gnome icon at the top panel, mouse cursor etc. Let’s fix them up now.
Changing mouse cursor
Go to System –> Preferences –> Appearance. Select Customize. Click on the Pointer tab. Select Mac4Lin_Cursors_v1.0_RC. Click Close.
Uninstallation
If you want to change the theme back to the original setting, here is what you need to do:
1. Remove the globalmenu from the top panel
2. Remove all the installed files:
sudo apt-get autoremove splashy libsplashy1 gnome-globalmenu
3. Restore the usplash theme and remove the vga=792 from the GRUB file.
sudo apt-get install usplash
4. Uninstall the Mac4Lin themes
cd Mac4Lin_v1.0_RC
sh Mac4Lin_Uninstall_v1.0_RC.sh
Enjoy!
References: Ubuntu Forum, Splashy, Bauer-Power
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.