0

I recently installed Ubuntu 14.04. This was my first Ubuntu installation. The Unity Launcher and Panel did not appear at first but I fixed it by searching from the internet. Now the Panel appears, but it's empty. Only the title of the active window appears and nothing else. The power button, the clock, mail, sound, other indicators nothing appears.

I tried resetting and reinstalling unity. I tried killall unity-panel-services but it says no process found.

karel
  • 114,770
Chandan
  • 3
  • 1
  • 3

2 Answers2

0

Try the following commands in a terminal:

sudo apt-get install dconf-tools

dconf reset -f /org/compiz/

setsid unity

unity --reset-icons

Edit: Is this helping you?

Korkel
  • 1,158
  • 1
  • 10
  • 26
0

open startup application and add this command

/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service

enter image description here

after logout and login again to your account

Naz
  • 1,542
  • 1
  • 9
  • 23