How to Reset Ubuntu Dock to Default Settings

Richard
Written by
Richard
Jun 28, 2023 Updated Mar 19, 2026 1 min read
How to Use Sticky Notes in Windows 11

You reset your Ubuntu Dock to default settings by running a specific command in the Terminal.

The Ubuntu Dock, typically found on the left side of your screen, acts as your app launcher and displays your favorite and currently running applications.

This reset process effectively restores the original layout and configurations, much like when you first installed Ubuntu, for instance, Ubuntu 22.04 LTS.

If your Ubuntu Dock customizations have caused unexpected behavior or you simply want a clean slate, this simple Terminal command provides an easy solution.

⚡ Quick Answer

Open the Terminal and run the command dconf reset -f /org/gnome/shell/extensions/dash-to-dock/. This restores the dock’s default layout and settings. If favorite apps are missing, run dconf reset -f /org/gnome/shell/extensions/favorite-apps/.

Reset the Dock Panel in Ubuntu Linux

As we’ve discussed, you can reset the Ubuntu Dock Panel to its default settings if it looks or acts differently.

Here’s how to do it.

Open the Ubuntu Terminal app, or press CTRL + ALT + T on your keyboard to launch it.

Then copy and paste the command below and press the Enter or Return key.

đź’»Code
dconf reset -f /org/gnome/shell/extensions/dash-to-dock/

Once you run the command, your Dock Panel will revert to its default settings.

If some favorite apps that were hardcoded into the Dock are missing, run the command below to restore those.

đź’»Code
dconf reset -f /org/gnome/shell/extensions/favorite-apps

Again, if the favorite apps have been uninstalled, they won’t reappear even after resetting the settings.

That should do it!

Conclusion:

  • Resetting the Dock Panel in Ubuntu Linux can help restore its default settings if it behaves differently or appears incorrect after customization.
  • Following the steps, users can easily reset the Dock Panel using the Terminal application.
  • It is important to note that if favorite apps are uninstalled, they won’t reappear when reset settings.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

1 Comment

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version