|
Turn Your Ubuntu Jaunty Into Mac OSX Leopard 1.Download the Mac4Lin themes and extract it to your Home folder.
2.Go to your home directory and press CTRL + H to view all the hidden files. Check to see if there exists folders named .themes, .fonts , .emerald exist. If not create three folders and name them accordingly. You can create folder either by right clicking and selecting new folder. Remember to start the filename with period sign.(The period sign represents that the folder is hidden.) Or you can also create folder by going to terminal and typing :
sudo mkdir .theme sudo mkdir .fonts sudo mkdir .emerald
3.Now install the Mac4Lin themes by doing the following steps:
cd Mac4Lin_v1.0_RC1 sh Mac4Lin_Install_v1.0_RC.sh
During the installation process, the installer will ask you for root access in order to install certain components . Type y to continue. After the installation your desktop will look something like this. Well you can change your desktop background as well. Click here to watch the image in full screen. Click here to see log in screen. | Screen shot -1Â Note in the above image you can see the apple logo but you won't see it in yours as this screen-shot was taken after doing all the steps mentioned below. At the moment you will see a gnome icon. If you wish to install awn dock or cairo dock you can install them too . But I don't like to use them so I did not install any.
If you wish you can also replace the gnome logo with apple logo.
Step 1: Download the apple icon. Step 2: Go to home folder and press ctrl+ h to see all hidden files. Navigate to the folder, .icons/Mac4Lin_Icons_v1.0_RC/scalable/places . In this folder find the images distributor-logo.png, gnome-main-menu.png, main-menu.png and start-here.png. Rename them to distributor-logo_old.png,    gnome-main-menu_old.png, main-menu_old.png and start-here_old.png respectively. All the 4 images are the same image. Now make 4 copies of recently downloaded apple logo and rename them as distributor-logo.png, gnome-main-menu.png, main-menu.png and start-here.png. Copy all these images to the  .icons/Mac4Lin_Icons_v1.0_RC/scalable/places .
If you find difficulties in finding the images using GUI you can go to terminal and type the following commands:
Step 1 : Get into the directory (Replace the username with your username)
cd /home/username/.icons/Mac4Lin_Icons_v1.0_RC/scalable/places
Step 2 : Create copies of original logos:
sudo cp distributor-logo.png distributor-logo_old.png sudo cp gnome-main-menu.png gnome-main-menu_old.png sudo cp main-menu.png main-menu_old.png sudo cp start-here.png start-here_old.png
Now get back to the home folder Just type cd in your terminal.
Step 3 : Replace the orginal gnome logo with the recently downloaded apple logo :
Let us suppose that you have downloaded the apple logo in your home folder then type the following command in your terminal :
Remember to replace the username with your username.
sudo cp apple.png /home/username/.icons/Mac4Lin_Icons_v1.0_RC/scalable/places /distributor-logo.png sudo cp apple.png  /home/username/.icons/Mac4Lin_Icons_v1.0_RC/scalable/places /gnome-main-menu.png sudo cp apple.png /home/username/ .icons/Mac4Lin_Icons_v1.0_RC/scalable/places /main-menu.png sudo cp apple.png /home/username/ .icons/Mac4Lin_Icons_v1.0_RC/scalable/places / start-here.png
Finally if you also wish to have the log in screen too look like mac's follow the following steps:
Go to System >> Administration >>Log In window >> Type your password >> Click on Local >> Select Mac4Lin GDM v1.0 RC and close it. Remember to choose selected only under theme option.
You are done. Its time to logout and see your ubuntu 9.04 look like mac.
|