0

I am a Ubuntu newbie. I followed this tutorial to install Gnome 3 on my Ubuntu Precise Pangolin.

I was expecting a desktop like this:
http://www.gnome.org/wp-content/uploads/2010/09/window-selection-3.12.png
and I ended up with a desktop like this:
http://imgur.com/dWIIkeI Please tell me what I can do to get the desired desktop.

NB: I have dual-booted using Wubi.

muru
  • 197,895
  • 55
  • 485
  • 740
An SO User
  • 433
  • 2
  • 10
  • 20

3 Answers3

1

That looks like GNOME Classic. You should choose GNOME when selecting the session at login: (screenshot from the tutorial)
enter image description here

If you still get GNOME Classic, you can force GNOME Shell by running these commands in a terminal:

gnome-shell --replace &
disown

This will replace the current WM, send GNOME Shell to the background and detach it from the terminal so that you can close it without killing gnome-shell.

muru
  • 197,895
  • 55
  • 485
  • 740
  • It IS Gnome. I didnt click on classic. – An SO User Aug 02 '14 at 11:28
  • @LittleChild It certainly looks like GNOME Classic. Open a terminal and run gnome-shell. – muru Aug 02 '14 at 11:29
  • Window manager warning: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager. – An SO User Aug 02 '14 at 11:31
  • and not only that, my Gnome option has an Ubuntu symbol next to it rather than that footprint. – An SO User Aug 02 '14 at 11:32
  • Ok, @LittleChild, so did you try the replace option? gnome-shell --replace? – muru Aug 02 '14 at 11:37
  • Did a shell replace. Got the look. Shortcuts on the desktop stopped working plus I get an error http://pastebin.com/aqnPbHkE – An SO User Aug 02 '14 at 12:43
  • @LittleChild wait a bit before accepting it. We need to make it permanent now. The odds are next time you log in, you will get GNOME Classic again. – muru Aug 02 '14 at 13:43
  • The right click stops working in Gnome on desktop. Doesnt display any files and folders that were there on the desktop. I have to use the explorer. – An SO User Aug 02 '14 at 16:01
  • @LittleChild try running the commands from this answer in a terminal. – muru Aug 02 '14 at 16:04
  • done. That solves my desktop and right click problem. Now to make the shell permanent. How to? I get Classic every time I restart :) – An SO User Aug 02 '14 at 17:26
  • 1
    @LittleChild I'll try if can get my hands on a 12.04 box (which might not be until Monday). You can perhaps edit your question to reflect the fact that using the GNOME session gives you the GNOME Classic (or fallback) session, and the gnome-shell runs fine if you start it manually. – muru Aug 02 '14 at 17:37
0

Maybe the GNOME Shell you installed isn't compatible with your current Ubuntu version, so it fallbacks to the classic mode. GNOME Shell 3.4 is officially supported by Ubuntu Precise. Although it's a bit old, it's guaranteed to be stable and usable.

First of all, remove the PPA from Software Sources.

Then, sudo apt-get update && sudo apt-get install gnome-shell

That should give you GNOME Shell 3.4. If you need 3.10 or above I think you should update your Ubuntu to 14.04.

user27731
  • 461
  • 2
  • 7
0

I think the first screenshot is what you get if you press the Super key, not the desktop. But it's been a while since I used Ubuntu Gnome.

Jos
  • 29,224