We have published several ways to customize the Ubuntu, some of which involve changing the panels. The following are some examples of what you can do to customize your installation of Ubuntu.
- Enable a “Windows 7 Superbar” in Ubuntu 10.04
- Easily Customize a Fresh Install of Ubuntu 10.04 With a Script
- A Customizable Application Launcher for Ubuntu
For example, we installed DockBarX and removed the standard application buttons from the bottom panel to make it look more like the Windows 7 Superbar, as described in the first post listed above.
There are also many other ways to customize Ubuntu, such as applying themes, installing dock bars, or adding “drawers” to the panels. However, you may want to be able to quickly and easily restore the Gnome desktop panels to their default setup.
To do this, open a Terminal window by selecting Accessories | Terminal from the Applications menu.
Enter the following command at the prompt to turn off the panels.
$ gconftool –recursive-unset /apps/panel
NOTE: There are two dashes before “recursive.”
Enter the following command to remove the customized panels.
$ rm –rf ~/.gconf/apps/panel
NOTE: There is one dash before “rf.”
Enter the following command to reload the default panels.
$ pkill gnome-panel
NOTE: There is one dash between “gnome” and “panel.”
Enter “exit” (without the quotes) at the prompt to close the Terminal window.
In our example, DockBarX is now gone and the applications buttons have returned.
When trying to decide whether to customize your panels in Ubuntu, for fear of not being able to reverse the process, remember this little trick. Now, you can experiment with different ways of customizing your panels and know you can return to the default setup.
by Lori Kaufman





[...] you have no panels at all on your desktop, see our post, Restore the Default Gnome Desktop Panels in Ubuntu, for steps to restore them. You can also lock down the panels so they can’t be changed or [...]
[...] We have previously written about restoring the Gnome panels on the desktop in Ubuntu(see our post, Restore the Default Gnome Desktop Panels in Ubuntu). We found a small program, called PanelRestore, that allows you to quickly and easily restore the [...]