I accidentally deleted the default top panel in ubuntu 10.04.
How can I restore it without completely re-building it one panel object at a time?
I accidentally deleted the default top panel in ubuntu 10.04.
How can I restore it without completely re-building it one panel object at a time?
See this post. It has step by step instructions as well as a well recorded video. He provides a script that can restore your top and bottom panels. Just in case you do it again :)
See this post. It will restore your panels back to their defaults. It doesn't discriminate in that any edits to your bottom panel will also be lost.
Open a terminal session by:
pressing Alt F2 > then type gnome-terminal
> click on Run
Then enter the following code:
gconftool-2 –-recursive-unset /apps/panel # might be optional
rm -rf ~/.gconf/apps/panel
pkill gnome-panel
Edit: Updated for gconftool-2
gconftool-2
instead of gconftool
. I've edited my answer for other people so they don't have to download and run a script from a random place.
– Oli
Aug 05 '10 at 15:21