Ubuntu 21.10 gnome shell login not available
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?
82 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-sessionNow, 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.gresourceSelect 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