Dock disappeared after upgrade to Ubuntu 19.10, only visible in Activities overview

Had my dock on bottom (+autohide) in Ubuntu 19.04. After upgrade to Ubuntu 19.10 it disappeared and can be found now only in Activities overview.

I can start apps from there and it has all apps that I have added there but can't get it to be in the original place and on desktop, not in Activities.

Tried Settings -> Dock and none of the 3 settings (Auto hide, Icon size, Position) have any effect.

Output $apt policy gnome-shell-extension-ubuntu-dock

gnome-shell-extension-ubuntu-dock:

Installed: 67ubuntu19.10.1

Candidate: 67ubuntu19.10.1

Version table:

*** 67ubuntu19.10.1 500

500 eoan/main amd64 Packages

500 eoan/main i386 Packages

100 /var/lib/dpkg/status

Restarting desktop with "r" does not correct the proble, Dock still in Activities.

1

6 Answers

I had the same problem. I uninstalled dash to dock extension and execute this

dconf reset -f /org/gnome/shell/extensions/dash-to-dock/ 

then reboot.

1

I had the same problem and this worked for me I reinstalled 'ubuntu-dock' by using this command:

sudo apt install gnome-shell-extension-ubuntu-dock

check for docks in settings after the installation

If it's already installed, but problem persists try to reconfigure it with:

sudo dpkg-reconfigure gnome-shell-extension-ubuntu-dock
2

I had the same problem and this worked for me I reinstalled 'dash to dock' by using this command:

sudo apt install gnome-shell-extension-ubuntu-dock

The workaround is to reboot the Gnome shell by following the protocols presented below. 1.Press ALT + F2. 2.In the pop-up terminal, type r and press Enter.

The Gnome shell will restart without breaking the existing processes.

Try activating Ubuntu dock under the Extensions tab of the GNOME tweak tools.

sudo apt install gnome-shell-extension-ubuntu-dock
sudo mv ~/.local/share/gnome-shell/extensions/ /usr/share/gnome-shell/extensions/
  • Then Press F2 and type r

References

Similar to this, immediately after upgrading from 21.10 to 22.04 Jammy, I had no Dock. Also under Appearance in the Settings application there was only a section for Style, no section for Dock. After a couple of restarts and still no Dock, I ran

sudo apt install gnome-shell-extension-ubuntu-dock

(as mentioned above in a previous answer) and restarted. The Dock is back and a Dock section now appears under Appearance in Settings.

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

You Might Also Like