Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Ubuntu 21.10 gnome shell login not available

Writer Matthew Barrera

A fresh install of Ubuntu 21.10, and GNOME shell is not a login option! When I start Ubuntu on other machines, the options "GNOME", "GNOME Classic" and "GNOME on Xorg" are listed when logging in (cog wheel, bottom right). But not on this. All I find here is "Ubuntu" and "Ubuntu on Xorg". Gnome shell is indeed installed, which has been sufficient before:

sudo apt-get install gnome-shell
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gnome-shell is already the newest version (40.5-1ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I'd like to use GNOME shell – what am I missing?

8

2 Answers

Ubuntu desktop is actually a customized version of Gnome Shell, so you are using it logging in to Gnome Shell.

Moving to a pure Gnome Shell session is possible on Ubuntu 21.10 by installing gnome-session:

sudo apt install gnome-session

Now, you will find options to log into pure Gnome Shell, either on Wayland or Xorg, in the menu you obtained with the cog wheel.

You can also change the colors on the login screen from Ubuntu styled to default Gnome Shell.

On Ubuntu 21.10, run

sudo update-alternatives --config gdm-theme.gresource 

On Ubuntu 20.04, the command is different:

sudo update-alternatives --config gdm3-theme.gresource

Select a different theme from Yaru there.

This turned out to be just my confusion with respect to shell extensions, so I vote for removing the whole discussion.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy