Installing Gnome 3 on Ubuntu 11.10

I tried Unity in Ubuntu Natty 11.04 and Ubuntu Oneiric 11.10. We’ve agree to hate each other. A few weeks ago I started using Gnome 3 and it only took me a couple of hours to adapt to it’s workflow. Gnome 3 is now my desktop environment at home and and work. I love it!

If you’d like to give Gnome 3 a whirl then you could try installing Jan Hoffman’s Ubuntu Gnome Shell Remix from either the 32-bit or 64-bit ISOs he has prepared. This will give a “pure” Gnome 3 experience.

If you already have Ubuntu 11.10 Oneiric installed then you can install Gnome 3 along side Unity. Here are the incantations you’ll need to utter in a shell.

sudo apt-add-repository ppa:jan-hoffmann/gnome-shell
sudo apt-add-repository ppa:aegirxx-googlemail/gnome-shell-extensions
sudo apt-add-repository ppa:gnome3-team/gnome3
sudo apt-add-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install libglib2.0-bin gnome-core gnome-documents gnome-shell gnome-sushi gnome-tweak-tool gnomeshell-default-settings gtk3-engines-unico

The repositories added above will give you access to Jan’s Gnome 3 meta packages, updated Gnome 3 packages and some extra Gnome 3 extensions. Gnome 3 extensions add all manner of additional tweaks and functionality. Some extensions can even provide a user experience more akin to that of Gnome 2.

In order to get acquainted with Gnome 3 I suggest you read the Discover Gnome 3 (watch the videos too) and Gnome 3 Cheat Sheet pages. Having read those you’ll soon master Gnome 3. After you’ve used Gnome 3 for a while you may conclude it is a more usable desktop environment than Unity, which isn’t a surprising conclusion to arrive at given Unity sucks the big one. If you want a “pure” Gnome 3 experience then the following commands will purge Unity and other bits and bobs that Gnome 3 simply doesn’t required.

Remove Unity

sudo apt-purge unity unity-2d unity-2d-launcher unity-asset-pool unity-common unity-greeter unity-lens-applications unity-lens-music libunity-misc4

Remove Overlay Scrollbars

These just don’t work on my netbook since they regularly obscure portions of the window I actually want to click on. The can safely be removed even if you intend to continue using Unity.

sudo apt-get purge overlay-scrollbar liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0

Remove Indicators

Indicators are a Ubuntu “thing”. If you never going back to Unity these can be safely removed.

sudo apt-get purge xchat-gnome-indicator indicator-appmenu indicator-power indicator-session indicator-sound indicator-status-provider-mc5 libindicator-messages-status-provider1

Remove Global Menu

Again, Global Menu is not used by Gnome 3. So if you not going back to Unity these can be safely removed.

sudo apt-get purge appmenu-gtk3 appmenu-gtk appmenu-qt firefox-globalmenu thunderbird-globalmenu

Finally, a word or warning: Distribution upgrades are not possible!

You can’t upgrade to a newer version of Ubuntu when using Jan Hoffman’s Ubuntu Gnome Shell Remix or if you modify an existing Ubuntu 11.10 using my method above. You will have to do a full install once the next Ubuntu release is available. This can’t be fixed as long as this Jan’s meta packages are unofficial, because the distribution upgrade process requires having installed one of the desktop meta packages from the official Ubuntu repositories.

Posted on December 9, 2011 at 4:21 pm by webmaster · Permalink
In: Linux · Tagged with: , , ,

5 Responses

Subscribe to comments via RSS

  1. Written by Daniel Ribeiro
    on December 23, 2011 at 4:41 am
    Reply · Permalink

    Cool! However, I’ve tried and after

    sudo apt-get install libglib2.0-bin gnome-core gnome-documents gnome-shell gnome-sushi gnome-tweak-tool gnomeshell-default-settings gtk3-engines-unico

    I get:
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    E: Unable to locate package gnome-documents
    E: Unable to locate package gnomeshell-default-settings

  2. Written by Martin
    on January 12, 2012 at 10:10 am
    Reply · Permalink

    Hi,

    Oops! I forgot to install ‘sudo apt-get update’ after adding the PPAs in the instructions above. I’ve added the missing instruction to the original article.

    Regards, Martin.

  3. Written by BlaisCk
    on January 14, 2012 at 2:43 pm
    Reply · Permalink

    hi martin,

    in the “Remove Unity” command u should give “apt-get purge”, not ” apt-purge”, hehe, just correcting..sorry my english.

    i just following your tut, but when i’ve done, then reboot, i can’t see my DE again, stack in

    *Check up battery state..

    can u help me?

  4. Written by null_pointer86
    on February 6, 2012 at 8:33 am
    Reply · Permalink

    I have seen here (http://www.futurehardware.com/linux/605.htm#post2824) that some users does not able to see the DE after installing the Gnome 3. Is that True?

  5. Written by TechLW
    on February 6, 2012 at 6:48 pm
    Reply · Permalink

    Really nice,
    very cool sharing.

Subscribe to comments via RSS

Leave a Reply