Ubuntu – Ubuntu 14.04 top taskbar missing

taskbar

My top taskbar is missing. No shutdown button, language indicator, date and time.
I have Ubuntu 14.04. See here what is missing.

See here what is missing when I'm logged in with another user

Best Answer

Login to Ubuntu and use Ctrl + Alt + F1 to enter TTY. Next, enter user name, password, and run the following command.

Code:

unity --reset

Wait until the process is complete and your user name appears again. Use Ctrl + Alt + F7 to renter the desktop environment.

If there is error reporting wait until finished. If Unity doesn't appear within a minute or two restart and login to Ubuntu and see what happens.

Try this for Ubuntu 14.04:

sudo apt-get install unity-tweak-tool

To reset Unity, do

unity-tweak-tool --reset-unity

Hope this will help.

Related Question