Skip to content
Follow
Ubuntu Linux

How to Reset Ubuntu Dock to Default Settings

Richard
Written by
Richard
Jun 28, 2023 Updated Jul 14, 2026 2 min read
How to Use Sticky Notes in Windows 11
How to Use Sticky Notes in Windows 11

Resetting your Ubuntu Dock to default settings involves running a specific command in the Terminal.

The Ubuntu Dock is that handy bar, usually on the left, that shows your apps and running programs.

This simple Terminal command brings back the original look and settings, just like when you first installed Ubuntu 22.04 LTS.

If you’ve made changes to your Dock and want to go back to how it was, or if things are acting strange, this is the fix.

⚡ 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

Resetting the Ubuntu Dock panel to its default settings is an option if you wish to start fresh. This process restores the Dock to its appearance upon Ubuntu installation, a helpful action if it malfunctions. You’ll use a single command in the Terminal to reset the Ubuntu Dock panel.

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.

The Ubuntu Dock’s favorite apps will be restored by running the command `dconf reset -f /org/gnome/shell/extensions/dash-to-dock/`. This command resets the configuration files for the Dash-to-Dock extension, which is part of the dconf system, back to their default settings. Running this command resets the Dock to its default state, bringing back any favorite applications.

If you uninstall your favorite apps from the Ubuntu Dock, those apps will not reappear on the dock even after you reset the Ubuntu Dock settings to their default state.

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.

Does a docking station have a reset button?

With everything unplugged: Press and hold the dock power button. Hold for 20–30 seconds.

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.

📚 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
How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04
Hide or Unhide Trash Icon in Ubuntu Dock
Ubuntu Linux Hide or Unhide Trash Icon in Ubuntu Dock

1 Comment

Leave a Comment

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