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:
- Trying to reset unity via
unity --reset
- Attempting to remove and re-install Compiz Unity via these instructions: How can I remove and re-install Unity?.
--reset-icons
and using tty1. Either way, it fixed the problem. Thanks! – Carey Head Jul 12 '12 at 19:53unity --reset-icons
worked for me only after upgrading the unity package usingsudo apt-get update; sudo apt-get install unity
, and thankfully it didn't require a reboot. Crossing my fingers this fixes it for good. – Jeff Ward Dec 10 '13 at 16:28