6

I'm facing issues recently with Ubuntu 18 after deleting unused kernels by

sudo apt-get autoremove --purge

taskbar is not appearing.

enter image description here

Tapping Super shows taskbar.

enter image description here

pomsky
  • 70,797
Yash Majithiya
  • 163
  • 1
  • 4

1 Answers1

5

Make sure Ubuntu Dock is installed by running the following command in Terminal

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

and then re-login.

Note that if you enable the 'Auto-hide the Dock' option in Ubuntu Dock settings, then the dock would be hidden until mouseover to dodge windows. To make the dock visible all the time launch Settings application and in the 'Dock' section disable 'Auto-hide the Dock'.

pomsky
  • 70,797