Transforming your Ubuntu 8.04 Desktop to look like Mac OS X

Please read THIS, the link points to an Updated Article for Ubuntu 11.04.

MAC OS has been traditionally known for their impressive graphical interface and stability. Now even though i have been an avid Linux follower over the past 9 years I have been using Linux still i find my self attracted to MAC OS .Now even though these days it's possible to run Hackintosh on normal Intel hardware but it's not stable and well there are hardware compatibility issues . So well other alternative to using MAC OS is either to purchase MAC hardware(which would be naturally expensive) and run full fledged MAC OS or you could tweak and customize your Ubuntu desktop to look more like MAC OS X .

In this tutorial i describe step by step how to make your Ubuntu 8.04 desktop look more like MAC OS X Leopard :) .
Installing Cursor , GTK and Icon Theme

To install cursor,gtk and icon theme first download the package from the link given below :

http://rapidshare.de/files/38210507/MyTheme.tar.gz.html

Now to install the theme package we have created in the above step , go to (System -> Preferences -> Appearance) and click Install and point to our newly downloaded Mytheme.tar.gz archive.



This should start installing the theme package (Cursors/Icons/Theme) once installation is completed . Chose Customize in theme and click on Customize .



You will find a window like this:


Customize Dialog Box
In this window in Icons chose LeopardX , in Controls Mac4Lin_GTK_Aqua_v0.3 , in Window Border Mac4Lin_GTK_Aqua_v0.3 and in Pointers White Cursor .


If you have followed the steps properly the theme and icons should have been installed , and you should be able to see the new theme applied to your default desktop .

Enabling Compiz Graphic Effects and installing Mac4Lin Theme

Ubuntu 8.04 comes with Compiz Fusion pre-installed and on supported hardware offers a wide array of Visual Effect . Now depending on graphic hardware of computer one could chose from three level of Visual Effect (From
System -> Preferences -> Appearance )

None : - This mode causes Ubuntu to use Metacity instead of Compiz Fusion , with no visual effect


Basic : - Has only simple visual effects like shadows , fading windows-menus etc


Advanced : - Recommended for PC with descent graphic hardware , enables effects like wobbly windows, transparency , animated workspace switching etc
Visual Effect Dialog Box


However , compiz-fusion is capable of much more and you can enable more desktop effects /customize compiz by typing the following command in the terminal window : -
sudo apt-get install compizconfig-settings-manager
After completing above step , you can customize compiz by going to System > Preferences > Advanced Desktop Effects Settings .
After installation is over , open Terminal from (Applications -> Accessories -> Terminal ) and issue the following command to install emerald which is necessary for using themes in compiz .

sudo apt-get install emerald
After installation is over download MacOS X Emerald theme from this link : http://gnome-look.org/content/show.php/Mac4Lin+Leopard+Emerald+Theme?content=68409

Now open (System -> Preferences -> Emerald Theme Manager )

After Emerald theme manager opens click on import and point to the downloaded theme package from withing the Theme Manager , you will find Mac4Lin Theme listed select the theme , click on refresh and quit the application .

Emerald Theme Manager

Mac like Dock with Avant Window Navigator

IMPORTANT : - To use AWN Compiz-Fusion should be up and running as mentioned in the step above

Avant Windows Navigator is cool little tool that allows you to have a cute looking dock at the bottom of the screen . Even though AWN is still very buggy, still because it is so feature rich and cool looking you could install it .


To install AWN you need to add extra repositories, now adding any additional repository carries certain amount of risk of screwing up your system so follow these step at your own risk :

To add repository :

echo "deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main" | sudo tee -a /etc/apt/sources.list

and

echo "deb-src http://ppa.launchpad.net/awn-testing/ubuntu hardy main" | sudo tee -a /etc/apt/sources.list

After issuing above command type the following command to update your repositories :

sudo apt-get update
anf finally to install AWN issue the following command in the terminal window :

sudo apt-get install awn-manager-trunk awn-extras-applets-trunk
Now after completing above mentioned steps AWN should be properly installed , To Launch AWN go to (Applications -> Accessories -> Avant Window Navigator )

Now you could customize AWN by choosing to add more applets , configuring 3D effects for AWN etc by going to AWN Manager (
System -> Preferences -> Awn Manager )




Three ScreenShots of AWN Manager
Though the theme which AWN comes with preinstalled is also good , you might like to try this it's cool and very Mac like

http://rapidshare.com/files/71511920/Transparent.tgz.html

you could install this theme through AWN Manager go to (System->Preferences->AWN manager) and go to themes there and click on "Add" and point it to the downloaded theme.



You will see a confirmation dialog box that theme has been added properly. Close AWN Manager and start it again and chose the theme just installed and press apply button to make this theme default theme of AWN.


This is how my AWN Dock looks(with the above theme installed) like : -


AWN-DOCK

Desktop Widgets with Screenlets
Screenlets gives user a collection of impressive widgets that can be placed on desktop this is similar to feature available on Windows Vista and Mac OS X Dashboard , it gives impressive look to the desktop.

To install Screenlets type in the following command in the terminal window :
sudo apt-get install screenlets

Now , After the installation is over you can add Widgets/Screenlets on your desktop by going to (System -> Preferences -> Screenlets ) , you will find a dialog box like this from where you could add Screenlets onto the desktop .Also you might like to tick the checkbox "Autostart on login" so screenlets starts automatically when Gnome starts.




Changing the Log In Screen / GDM Theme

To change the Log In Screen/GDM Theme download the package from website listed below :
http://gnome-look.org/content/show.php/OSX+Session+Login?content=68346

After downloading the package , open (System -> Administration -> Log in Window ) and there go to Local and click on Add and point to the downloaded theme package (osx-login.tar.gz) . Now you would find OSX-Login theme listed in the window , select OSX-Login and close the window . Logout and Login again you should find the new theme installed .

Log-in Window allows easy changing of the Login Screen Theme

Getting MAC OS X Leopard Wallpaper
Finally you can get MAC OS X Leopard wallpaper from the following website :

http://appleology.com/images/space-desktop.png

This is how my desktop looks after following all the above steps :

Article Written by : Ambuj Varshney (blogambuj@gmail.com)
For Desktop on Linux Blog , http://linuxondesktop.blogspot.com
(C) 2008 , Ambuj Varshney


0 Comments