problem with bars (used to steer ubuntu)

Asked by ed

I am using 11.04 with the traditional bars (not the new steering system)

problem: klicking around vanished the application, the files and yhe system item in the main bar (where there is also the shut down button)

question: how can I reinstall the original configuration of the bar?

alternative: how can I pass again to the new desktop steering system (the apple like)

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-panel Edit question
Assignee:
No assignee Edit question
Solved by:
enubuntu
Solved:
Last query:
Last reply:
Revision history for this message
Best enubuntu (mr.tennents) said :
#1

For have back the old configuration bars:
try to do this:
1. Login into Ubuntu
2. Open a terminal by hitting CTRL + ALT + T
3. Insert and run this command:
gconftool-2 --recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel

4. Restart, this should work.

If when you hit CTRL + ALT + T and nothing happen, do this:
1. At login screen select Recovery Console at bottom:
http://i1-news.softpedia-static.com/images/extra/LINUX/large/ubuntu1104classicgnome-large_002.jpg
2. Open a terminal by hitting CTRL + ALT + T
3. Insert and run this command:
gconftool-2 --recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel

4. Restart, this should work.

For use the new interface, at login screen select 'Ubuntu', then login.

Revision history for this message
ed (ed-galeria-wl) said :
#2

Thanks Enrico "eNry" Carafa, that solved my question.