I followed the instructions for compiling GNOME Shell and it did compile with a few errors here and there but it didn't run. I installed GNOME Shell using sudo apt-get install gnome-shell
but I got version 2.31.x, while the latest is 2.91.5 or something. So is there a way for me to install the latest build?
Is there some repository available for the latest build?
Installing from the Software Center (11.10 and newer)
Open the software center search for "gnome shell" and install it, or just click this button:
After it installs, log out.
For 11.10
at the login screen click the little gear icon and select "GNOME" from the menu.
For 12.04 and 12.10
At the login screen click the icon show and select "GNOME" from the menu.
After that just put in your password and login:
The login manager will remember the last session you went into so you only need to select GNOME once, after that you can just login normally.
Customizing it further
You can also use the fallback mode if you prefer an old-school experience:
And if you use auto logins you might need to tell lightdm to always use shell:
Other Goodies to install with it
Command Line Instructions:
Where to report problems:
Building GNOME Shell from source
(Last content update: 11. Feb. 2011, based on the official guide, feel free to edit.)
0. Warnings/errors during compilation
GNOME Shell is under heavy development and sources are often updated a couple of times a day. While below instructions generally should work, it can happen that successful compilation needs some hacks or is not possible at all.
If you encounter any problems, check:
Current problems:
It's necessary to remove a couple of files in the library directories, else compilation will fail. When doing system updates, those files could return: read this for an explanation why it's necessary to remove those files and how to prevent upgrades to re-install them.
(No worries, this won't harm your system!)
Before being able to run GNOME Shell, you need to remove a file after the build process:
1. Building GNOME Shell
(Tested on Ubuntu 10.10 32-bit and the development version of Ubuntu 11.04 64-bit.)
The following will download, compile, and install GNOME Shell in a sandbox-like way - meaning, it won't touch the rest of your system!
Install dependencies:
Get GNOME Shell's setup script:
Build the build tool
jhbuild
and download configuration files:This will install
jhbuild
to~/bin
, which you need to add to yourPATH
-variable:[Optional]: You can change several
jhbuild
options like the path for downloading sources, etc. via editing the file~/.jhbuildrc-custom
.Start the build process:
This will (currently) compile 33 modules. Get a cup of coffee, take a nap -> it will take some time.
Once you see
*** success *** [33/33]
you are done. Congratulations, you've just compiled GNOME Shell!2. Running GNOME Shell
If you're running Compiz, you first need to stop it (by starting Metacity) or else GNOME Shell won't start:
Finally, run:
That's it, you hopefully should now be running GNOME Shell.
3. Making GNOME Shell the default window manager
In Ubuntu 10.10, you can simply replace the GNOME session's window manager via changing a GConf key:
Create a local .desktop launcher for GNOME Shell:
Then change the session's window manager to be GNOME Shell:
To revert the change, run:
In Ubuntu 11.04, changing the windowmanager key doesn't seem to work. Instead you can add a new session item that you can select at the GDM login screen. Therefor you need to create the local .desktop file like above and then create two files:
A session file:
/usr/share/gnome-sessions/sessions/gnome-shell.session
:The session item pointing to the session file:
/usr/share/xsessions/gnome-shell.desktop
:Log out, and you should be able to choose GNOME Shell as session.
4. Updating GNOME Shell
Running
should update the sources and rebuild what's necessary.
If it fails for a module, e.g. you get something like this:
then you can try to wipe the current module directory and start with clean sources by choosing option 6:
If that doesn't help, you can start from scratch by running:
Still not compiling? Then check the places mentioned in 0.
For 12.04 and later
If you have the latest stable release you can upgrade the packages to the next gnome version minus a few that will be kept at the previous version for stability reasons. You can add two gnome testing ppas that contain the additional packages that dont make it into the latest stable however there is a chance these will break your system.
It is highly unlikely that it will be considered "stable" for at least a month, probably more.
Then update your system.
Warning: If you try this immediately on a new release of Gnome-Shell, it will break a lot of stuff. Really, it will.
You can still use these ppas but you should expect lots of breakages. At your own risk, add those ppas, then:
As far as I know, there isn't a daily build PPA of Gnome Shell. That said, building it from source isn't hard at all.
You should follow the guide here.
Add the Vala PPA:
Get some prerequisite packages:
Get the install script:
Delete your .la files. If your kernel is 32bit:
OR if it's 64bit:
Add ~/.bin to your path:
Start the build:
Wait...
Run it:
If you like it a lot and want it to start at login do this:
Should you encounter any problems, consult the guide. You can find a slightly more detailed guide at webupd8.
Good luck and have fun!
Follow Jon's advice. It may happen, however, that after the installation your Gnome won't look like you would expect it.
I've followed Jon's advice myself and one thing he and others have neglected to mention was the fact you may need to remove
gnome-accessibility-themes
and installgnome-themes-standard
, in case these are not the ones installed by default. Otherwise Gnome 3 and its window decorations won't look so pretty.You may do so graphically or from the terminal:
If your desktop still doesn't look like like you can see it on screenshots on the net you may need to run
gnome-tweak-tool
(installing it if you haven't done so yet), go to the Interface section and in fields "Gtk+ Theme" and "Cursor theme" choose Adwaita and as the Icon Theme - "gnome". It should result in the default Gnome 3 look.An extra optional step is to install the
gnome-backgrounds
package which adds default Gnome desktop wallpapers, which you can later set in System Settings->Background.Be more especific with your Ubuntu version I suppose you use Maverick and for Maverick don´t know any repository at this time but if you want to try and compile again look at this first:
http://www.webupd8.org/2010/10/install-gnome-shell-from-git-in-ubuntu.html
Luck :)
According to a quick Google search, Gnome-shell should be in the 11.10 repos, so you should be able to install it via apt-get. Then, you just log out, set your shell to Gnome, and log back in.
I can't speak for certain about Gnome-shell on 11.10, but I installed the entire Gnome 3 setup on 11.04 and it was quite stable (as long as you don't do what I did and dig through all the settings and extensions and try playing with them and try to force incompatible extensions to run and whatnot). It's also stable enough that Fedora uses it, and you should be using Gnome 3 as a base already.
Whether it's worth it depends on what you're looking to get out of it. It follows the same paradigm as Unity, but I found it more enjoyable to use, personally, in part for the insane customization ability (if you're willing to get your hands dirty in CSS and/or JavaScript). It also felt more intuitive as far as that paradigm goes. If you're unsure whether you'd like it, you could fire up Fedora 15 in a virtual machine, or just dive into it directly and see. Since 11.10 should be running on a Gnome 3 base, it shouldn't be an issue to switch between Unity and Gnome-shell.
tl;dr - It should be easy to install via apt-get and it should be quite stable for you to do so. It should also be easy to switch between it and Unity, since 11.10 should be on Gnome 3.
simply run
sudo apt-get install gnome-shell
GNOME 3.10 for Ubuntu 13.10
GNOME 3.10 has not been officially released yet, but will be released on September 25. However, when it does get released, it will not make it into the official Ubuntu 13.10 repositories. If you still want to install it in Ubuntu 13.10, you can use the GNOME3 Next PPA which the Ubuntu GNOME team has set up:
For Ubuntu-Gnome-Desktop
This will installs Ubuntu gnome desktop in your Ubuntu.
Checked in Ubuntu 13.10