0

I am a new Ubuntu user having a problem with my Ubuntu 14.04 panel icons not properly displaying. Before this happened I had a problem to boot a system - it took years to display anything after the login screen. The missing icons are for the network, locale, Thunderbird, power, sound, and system.

PS

If this is a duplicate of another question then sorry I couldn't find the right link, hope you to share a link.

Ian
  • 685
Karol
  • 1

2 Answers2

0
  1. Hold Alt while right-mouse clicking on the panel.
  2. select Add to Panel
  3. Add indicator Applet Complete
  4. Finish
-1

It is possible something happened to damage or remove the icons that Unity is trying to reload. So you may want to try reinstalling the Ubuntu desktop environment as described here:

sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity

This may be slightly overkill for just some missing icons but it may fix your problem.

Ian
  • 685