Panel doesn't show at startup at Ubuntu 10.04

0

I recently installed Ubuntu 10.04 in a rather old computer, a Compaq Presario 5300. Everything went fine, the OS had no problem in the process. But when i started the computer again, the panel didn't show up. I restarted it again and again, but the problem kept on going. I've used gconftool to force it to load, but i would like to have a permanent solution to that problem.

Christian

Posted 2010-09-30T21:26:41.537

Reputation: 1

Does Alt + F2 bring up a Run dialog? If yes, please start the Terminal from there, and run gnome-panel. If the panel isn't coming up, please post the output of the command here. – Bobby – 2010-11-15T11:04:59.063

Answers

0

Remove your .gconf and .gconfd folders to force a complete reset all your gnome settings to the defaults. I don't know if this will help, and it will mean that you will lose any configuration changes you have made since you installed Ubuntu. For this reason, the first part of the following command only renames the folder, rather than deleting it, so you can revert the changes if necessary.

mv ~/.gconf ~/.gconf.old && rm -rf ~/.gconfd && gconftool-2 --shutdown && pkill gnome-panel

Sandeep Bansal

Posted 2010-09-30T21:26:41.537

Reputation: 6 168

0

Had a similar problem with Maverick release (10.10). After a couple of hours of google-ing (hotkeying Firefox is never a bad ideea), it seemed that reinstalling the gnome panel did the trick. Access the terminal (Ctrl+Alt+F1) and log in.

sudo apt-get --purge remove gnome-panel*

and

sudo apt-get install gnome-panel*

After the deed is done switch back to X console (Ctrl+Alt+F7) and restart X server (Ctrl+Alt+BackSpace). Hope that proved usefull.

Andrei

Posted 2010-09-30T21:26:41.537

Reputation: 1