Launcher icons invisible, still work in 12.04

17,817

Solution 1

Have you tried unity --reset-icons?

It's best to run this kind commands from tty1. Press Ctrl+Alt+f1, log in and then enter these commands:

unity --reset-icons
unity --reset
reboot

Solution 2

The disappearing icons problem is described in bug #806248. You should mark the bug as affecting you.

Share:
17,817

Related videos on Youtube

Carey Head
Author by

Carey Head

Updated on September 18, 2022

Comments

  • Carey Head
    Carey Head over 1 year

    Rebooted my PC today to find that my launcher icons are not showing on the launcher bar, even though they are still there. I can hover over the launcher bar and see (via the mouse tool-tip) that they are still there, and I can even interact with them. I cannot, however, see them even after doing the following:

  • Carey Head
    Carey Head almost 12 years
    I don't know which of the two additions made the difference (running --reset-icons and using tty1. Either way, it fixed the problem. Thanks!
  • Abe Voelker
    Abe Voelker over 11 years
    Thanks, my uptime of "25 days, 22 min" would seem to indicate that this is the bug that I'm experiencing.
  • Jeff Ward
    Jeff Ward over 10 years
    FYI, for me, rebooting fix this problem for a while, then it kept coming back. unity --reset-icons worked for me only after upgrading the unity package using sudo apt-get update; sudo apt-get install unity, and thankfully it didn't require a reboot. Crossing my fingers this fixes it for good.