I accidently deleted my main menu bar with the system, application, etc. . How do I restore it?

Asked by Heather Shepherd

I want to put the back the main menu bar. With system, application, places

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-panel Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Thomas Krüger (thkrueger) said :
#1

Just open the terminal and run the coammand
rm -r ~/.gconf/apps/panel
Now re-login!

Revision history for this message
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 fron 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
marcobra (Marco Braida) (marcobra) said :
#3

New to Ubuntu: read the Ubuntu Manual, it's very informative: http://ubuntu-manual.org/
Click on the "download Button" to download the latest PDF version.

Can you help with this problem?

Provide an answer of your own, or ask Heather Shepherd for more information if necessary.

To post a message you must log in.