Ubuntu – Resetting gnome panel

gnome-panel

How does one reset the gnome panel to the initial state?

During use, gnome panel applets move and get replaced with the ones users like. After some time the panel becomes so cluttered that it requires a cleanup. The easiest way would be to reset the panel to the original state that it was in after install. Is there an easy way of doing that?

Best Answer

Move the old configuration directory out of the way, and it'll get reset. Of course, to take effect, you'll have to restart the panel.

mv ~/.gconf/apps/panel ~/gnome-panel-backup
gnome-panel --replace &