0

In 21.04, the UI should be displayed like this (image from wikipedia):

Ubuntu 21.04 with Gnome desktop

But, it displays like this in my computer:

Ubuntu 21.04 with Unity desktop

I upgraded 16.04 to 18.04, then 18.04 to 20.04, then 20.04 to 21.04. How can I fix this UI?

Lorenz Keel
  • 9,511
7stage
  • 3

1 Answers1

4

In 16.04, Unity was the default Desktop environment. As you used an unsupported upgrade path from 16.04 -> 21.04 it was not changed after your upgrade. So, you're still using unity-desktop as default.

Install ubuntu-desktop if not already installed and switch the Desktop Environment to Gnome before you login.

sudo apt install ubuntu-desktop

You probably also need to change your Display manager to gdm3 (Default in 16.04 was lightdm). Run sudo dpkg-reconfigure gdm3 and chose gdm3.


However... I guess, you will notice more issues related to using an unsupported upgrade path. If that is the case, you should consider a reinstall.

pLumo
  • 27,991