Skip to content
Follow
Ubuntu Linux

How to Reset Ubuntu Dock to Default Settings

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

Resetting the Ubuntu Dock puts that handy left-side app launcher back to its original factory layout with a single command. The Ubuntu Dock is the main panel holding your favorite apps and running programs. Over time, tweaking settings or moving icons around can mess up how the dock looks and works.

Running a quick reset command clears out all your custom changes instantly on Ubuntu 22.04 LTS and newer versions. You just need to open the Terminal app and paste one short line of text to wipe the slate clean.

⚡ 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

Starting fresh solves persistent layout glitches. Ubuntu 22.04 LTS stores panel preferences in a database that accepts full resets through the command line.

Follow these steps to complete the reset.

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/

Executing that command wipes custom configurations instantly.

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 database system (a low-level configuration storage system), back to their default settings. Running this command clears customized layouts and restores the original application shortcuts.

Keep in mind that removing an app entirely from your system means it cannot reappear on the dock during a reset.

Default preferences are now active again.

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?

Hardware troubleshooting feels out of place here since this guide covers software configuration.

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
How to Restore Default Settings of Library in Windows 11
Windows How to Restore Default Settings of Library in Windows 11

1 Comment

Leave a Comment

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