lost all (2) panels

Asked by Tejas Dhanorkar

I have just installed ubuntu on my pc and there were 2 (top and bottom) panels initially. I somehow managed to open firefox (rhythmbox is running and I can't stop it). when I maximize firefox the border space (of panels) is empty (except bottom). when I right clicked there, there is no add option(as some of the answers say). What should i do to regain them?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu openbox Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Jan (jancborchardt-deactivatedaccount) said :
#1

You can try opening a command input by pressing Alt + F2. Then write:
gnome-panel --replace

If that does not work (may take a few seconds) try another command input and:
killall gnome-panel

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

How to restore gnome panels and toolbars disappered on Ubuntu

A) When you see the clean desktop without toolbar:
- press ALT+F2 a little window will come in front of you
- ins this window field type:

gnome-terminal

Then press enter a terminal window will come in front of you:

type (a single row a time then press enter) :

gconftool --recursive-unset /apps/panel;
rm -rf $HOME/.gconf/apps/panel;
pkill gnome-panel

B) if you cannot get access to terminal using method A then:
- press ctrl + alt + F2 you will get a pseudo terminal black screen in front of you
- Make login with your user and password (when you type the password you will not see any screen chars, so type in then press enter)
- then when you get access, type (a single row a time then press enter) :

gconftool --recursive-unset /apps/panel;
rm -rf $HOME/.gconf/apps/panel;
pkill gnome-panel

Then press ctrl + alt + F7 to return to your desktop

Hope this helps

Revision history for this message
Tejas Dhanorkar (tejasdhanorkar) said :
#3

Thanks marcobra (Marco Braida), that solved my question.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

Added to faq
FAQ #1163: “how to restore gnome panels”.