New Solution
Note: The old solution no longer worked for me, I found a new solution and posted it here.
Open Terminal: Ctrl+Shift+T
Execute these three commands:
gconftool-2 --shutdown
rm -rf ~/.gconf/apps/panel
pkill gnome-panel
The panels should reappear without logging out.
Old Solution
Note: This no longer works for me, but I leave it here for those who would like to try. After all, this solution saved me once, and it once worked just fine.
Well, I deleted my top panel by accident today. When I create a new one, some of the original items such as wire network connection, PMC volume control, notification area, date and time… are not there any more. Some of them are no where to be found in the items listed for adding new items onto panels. Anyhow, a quick Google search let me to the solution, found here and quoted below.
Open Terminal: Ctrl+Shift+T
Execute these three commands:
gnome-session-remove gnome-panel
gconftool-2 –recursive-unset /apps/panel
gnome-panel &
Then logout and log back in, or restart you X server with CTRL+ALT+BACKSPACE , everything should be fine.
Note: During this process, all panels, including the top and bottom, will be deleted and restore to the default settings. So, if you delete the bottom panel, this also restores it.
Filed under: Howto, Other Applications, Ubuntu | Tagged: how to, panel, restore, Ubuntu
[...] recargar la informacion del panel. Y si acaso lo que queremos es volver a la situacion original del panel. Los comandos [...]
Thats great. But what are the keyboard shortcuts to start a terminal, i cant find those anywhere.
Lee,
I think the Ctrl+Shift+T is the default keyboard shortcut to open your terminal.
You can also add terminal on your panel as a quick shortcut like in windows.
Ok, thanks. Next issue.
I type each command, hitting enter after each command. After the last command I get a blinking, black cursur with no confirmation….I log out and in and still same problem…
Lee,
Thanks for coming back.
I found another solution.
In terminal, enter these three commands:
gconftool-2 --shutdownrm -rf ~/.gconf/apps/panel
pkill gnome-panel
I hope this helps.
hi there! thanks for this info. really helped. but i got one problem though. my network monitor applet didn’t appear in the panel.
any ideas? thanks again.
j0sh818,
I never have the same problem before. I will search for the solution soon. However, at the mean time, what you can do is put a network monitor on your panel:
Right-click on the panel => Select “Add to panel…” => select “Network Monitor”
This might help you for now.