Ubuntu Linux

How to Reset Ubuntu Dock to Default Settings

Richard
Written by
Richard
Jun 28, 2023 Updated Mar 19, 2026 3 min read
How to Reset Ubuntu Dock to Default Settings

This article explains how to reset the Dock Panel to its default settings in Ubuntu Linux.

Ubuntu has a Dock Panel that sits on the left of your screen. The Dock (or apps launcher) in Ubuntu Linux has application icons left-aligned from top to bottom.

There are many ways one can customize or change how the Dock appears. One can hide it automatically, change its position, increase or decrease the icons, show it on all monitors, and more.

If all the changes applied to the Dock cause it to behave differently or appear incorrect, there’s a way to reset it to its default settings in Ubuntu Linux.

While you can reset the Dock and restore all default settings, if you removed or uninstalled applications (e.g., LibreOffice, Firefox snap package, etc.) that originally appeared on the Dock, those apps won’t return when reset.

Reset the Dock Panel in Ubuntu Linux

As mentioned above, users can reset the Dock Panel in Ubuntu to its default settings if things appear different or behave differently.

Here’s how to do it.

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

Then copy and paste the comments below and press the Enter/Return key.

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

Once completed, the Dock Panel should store its default settings.

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

💻Code
dconf reset -f /org/gnome/shell/extensions/favorite-apps

Again, if the favorite apps are uninstalled, they won’t reappear when you reset 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.

Frequently Asked Questions

How do I reset the Ubuntu Dock to default settings?

To reset the Ubuntu Dock to its default settings, open the Terminal app and run the command 'dconf reset -f /org/gnome/shell/extensions/dash-to-dock/'. This will restore the Dock to its original configuration.

Will my favorite apps return after resetting the Dock?

No, if you have uninstalled any favorite apps, they will not return after resetting the Dock. You can restore hardcoded favorite apps by running 'dconf reset -f /org/gnome/shell/extensions/favorite-apps', but only if they are still installed.

What should I do if the Dock behaves incorrectly?

If the Dock behaves incorrectly, resetting it to default settings can help. Follow the steps to use the Terminal to execute the reset command, which will restore the Dock's default behavior.

Can I customize the Dock again after resetting it?

Yes, after resetting the Dock, you can customize it again according to your preferences. You can change its position, size of icons, and other settings as desired.

Is there a shortcut to open the Terminal in Ubuntu?

Yes, you can open the Terminal in Ubuntu by pressing the CTRL + ALT + T shortcut on your keyboard. This will launch the Terminal app where you can enter commands.

Was this guide 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.

2474 articles → Twitter

📚 Related Tutorials

How to Change Dock Position in Ubuntu Linux
Ubuntu Linux How to Change Dock Position in Ubuntu Linux
How to Install LibreOffice on Ubuntu Linux
Ubuntu Linux How to Install LibreOffice on Ubuntu Linux

One response to “How to Reset Ubuntu Dock to Default Settings”

Leave a Reply

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