PDA

View Full Version : [SOLVED] Gnome shell in login preferences



Naddiseo
February 19th, 2012, 01:07 AM
I've reinstalled ubuntu for the first time in a while, and was using gnome shell. After reinstalling ubuntu, I removed unity and installed gnome-shell, but on the login screen I get no option to use it. If I run `gnome-shell --replace` from the terminal it works. What am I missing?

forsubhi
February 19th, 2012, 01:44 AM
try


sudo apt-get install kubuntu-desktop

to install kde desktop and see if it will appear in the login screen

Naddiseo
February 20th, 2012, 01:54 AM
try


sudo apt-get install kubuntu-desktop

to install kde desktop and see if it will appear in the login screen

All I get for options is "gnome classic" and "gnome classic (no effects)".

Dreamer Fithp Apprentice
February 20th, 2012, 03:59 AM
Did you follow whatever kind of messages the installer was throwing out during the installation or in the terminal while attempting to install kubuntu? I think if your system does not meet the minimum hardware specs for the new interface it will automatically install only the classic versions. I don't know, but perhaps a similar situation exists with respect to kubuntu.

Naddiseo
February 20th, 2012, 04:16 AM
Did you follow whatever kind of messages the installer was throwing out during the installation or in the terminal while attempting to install kubuntu? I think if your system does not meet the minimum hardware specs for the new interface it will automatically install only the classic versions. I don't know, but perhaps a similar situation exists with respect to kubuntu.

There were no such prompts.

My machine definitely has more than the minimum specs; like I said, if I run `gnome-shell` from command line it works.

Naddiseo
February 20th, 2012, 09:07 AM
Actually, it looks like the kde install didn't complete. I have now successfully installed it. KDM does show options for "Gnome"(-shell) login, but choosing the option gives an error about failing to load ubuntu. I'm starting to think that my problems are caused by me trying to use my second graphic card. I've had two identical cross-fired graphics cards which, up until now, I've only had two monitors connected to.

Naddiseo
February 21st, 2012, 07:32 PM
Figured it out. Uninstalling unity removes "gnome-session" which is what is needed to log into gnome-shell.

Krytarik
February 21st, 2012, 08:55 PM
Figured it out. Uninstalling unity removes "gnome-session" which is what is needed to log into gnome-shell.
Seems like you did it in exactly the order you've described it your OP then:

After reinstalling ubuntu, I removed unity and installed gnome-shell
If you had installed "gnome-shell" before removing "unity", you wouldn't have had this issue in the first place; "gnome-session" depends, among other packages, on:

unity
Interface designed for efficiency of space and interaction.
or unity-2d
Unity interface for non-accelerated graphics cards
or gnome-shell (>= 3.0)
graphical shell for the GNOME desktopSource: http://packages.ubuntu.com/oneiric-updates/gnome-session

Regards.

Naddiseo
February 21st, 2012, 09:03 PM
Having gnome-session depend on unity or gnome-shell seems backwards; I would have though it should be unity and gnome-shell that depend on gnome-session.

markbl
February 22nd, 2012, 02:12 AM
I don't understand why people decide to uninstall Unity just to use gnome-shell? It does not hurt to leave Unity installed, you don't have to log in to it, and removing it may cause problems like this.