Applications places etc. are gone in Ubuntu

Asked by Mike D

The applications places etc. are gone from the top bar on ubuntu desktop. Can not find them.

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
marcobra (Marco Braida) (marcobra) said :
#1

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

Can you help with this problem?

Provide an answer of your own, or ask Mike D for more information if necessary.

To post a message you must log in.