The default desktop in Ubuntu 11.04 is its own Unity. While some people liked Unity, many just don’t like it in comparison to good old GNOME. The latest version GNOME 3 has been released and is supported by Fedora 15 and OpenSUSE. While Ubuntu has decided to stay away from GNOME, it does not mean that you cannot enjoy the new, sleek and smart-looking GNOME 3. In looks I found GNOME 3 better than Unity. While in functioning (in my opinion) both are similar. GNOME3 can be installed by means of an external PPA.
Follow these simple steps to install Gnome 3:
Installing the GNOME3:
Open the terminal (Ctrl+Alt+T) and type the following command:
sudo add-apt-repository ppa:gnome3-team/gnome3
Now run this command to update the system:
sudo apt-get update
Now upgrade the system with the following command:
sudo apt-get upgrade
Use the following command to install Gnome 3 shell:
sudo apt-get install gnome-shell
Running the GNOME3:
Restart your computer. While at login (after clicking the user name and before entering the password), form the bottom of the desktop, out of various available options like Ubuntu, Ubuntu Classic etc choose Gnome Shell. If you choose Ubuntu you will still be in Unity, not in GNOME. Here is a snapshot of my GNOME3 desktop.
A word of warning:
This installation of GNOME3 may break the Unity system. Don’t panic. A simple un-installation of GNOME3 will fix the problem.
Uninstall GNOME3:
Uninstalltion of GNOME3 is done by running the following command:
sudo apt-get install ppa-purge sudo ppa-purge ppa:gnome3-team/gnome3
To get rid of the Ugly themes:
As suggested by a reader staticvoid if you don’t want to be greeted by ugly themes when your pc restarts do:
sudo apt-get remove gnome-accessibility-themes
sudo apt-get install gnome-themes-standard
If you liked the post, don’t forget to rate/like the post. It is a token of appreciation that helps me in keeping my enthusiasm. Feedback, suggestions and a simple word of thanks is more than welcomed. Enjoy
See Also:
How to: Automatically mount a Windows partition in Linux on each start-up
How to solve: No wireless networks in Ubuntu 11.04
How to know if I’m running 32 bit or 64 bit Ubuntu?
How to extract .tar.bz2 and .tar.gz file in Linux