Facing some problem with GNOME Dash to Dock Extension in Ubuntu 20.04
Whenever my laptop is reawakened from sleep, the dock appears to be overlapped by another dock. Is someone else facing the same issue?
Solution 1:
The below will disable the default ubuntu dock this should resolve the issue.
gnome-extensions disable [email protected]
Solution 2:
To add to Jack Rawlins' answer, you can also disable the Ubuntu Dock extension without using the terminal with the Gnome Extensions app in Ubuntu 20.04. Go to the Extensions app, and flip the "Ubuntu Dock" switch to disable it. It should do the same as the command posted by Jack.