PDA

View Full Version : [ubuntu] Top menu bar and bottom navigation bar don't load



Skynyrd9
November 30th, 2010, 05:34 AM
So out of the blue this morning when i started ubuntu and logged in the top bar and bottom navigation bars wouldn't load. I did recently uninstall some software, but i had successfully restarted and logged in multiple times since. So im not really sure what is going on. Also im currently running 64 bit 10.10.

nalgarryn
November 30th, 2010, 07:25 AM
Hopefully you have a hotkey for starting a terminal window.

I think it defaults to Ctrl+Alt+T. I changed mine to Mod4+T (Windows+T)

Open a terminal or go Crtl+Alt+F1 and type


killall gnome-panel this should kill the process and it automagically restarts. This is useful if your panel applets don't load, or the top but not the bottom does.

If for whatever reason it does not automagically restart, you can type


gnome-panel &

Skynyrd9
November 30th, 2010, 07:52 AM
That worked to a point. Apparently gnome-panel got uninstalled. Also how to i make it so the pannels will stay alive after i close the terminal, because currently when i close the terminal i loss the pannels.

nalgarryn
November 30th, 2010, 12:03 PM
I'm not expert enough to help you, probably.

& attaches a process to the current environment.

If you want to install, you can try


sudo apt-get install gnome-panel

If it says that you already have the latest version then it is installed properly.