5

I have recently upgraded Ubuntu from 19.10 to 20.04. Since updating dash to dock behaves abnormally. It works normal initially, later when i lock the screen then the problem starts.

Look at the left

When I logout and log in again it works fine until I lock the screen.

pomsky
  • 68,507

1 Answers1

8

Assuming that you've got the most current version of DtD, you'll need to do either of the following...

Disable Ubuntu Dock via the Extensions Manager or via https://extensions.gnome.org/local/

Or

sudo mv /usr/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com ~/Desktop

Restart gnome-shell...

ALT+F2, in the box type r, then ENTER

heynnema
  • 70,711
  • I tried the "purge" command, but apt-get was going to also remove "ubuntu-desktop" and "ubuntu-desktop-minimal". Is there an option to prevent it removing other packages? – rjray Oct 29 '20 at 20:45
  • @rjray Try sudo mv /usr/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com ~/Desktop. Then restart gnome-shell, or log out and log in. – heynnema Oct 29 '20 at 22:25