All of my icons have disappeared after an update; I tried selecting different icon themes but still no icons are showing up when I log in.
Asked
Active
Viewed 9,564 times
3
2 Answers
2
This is a mime cache issue resolved using
sudo update-mime-database /usr/share/mime
and performed logout and then login, now all icons are back

Elder Geek
- 36,023
- 25
- 98
- 183

SACViper
- 51
-
on my Lubuntu 18.04 missing icons on launch bar which I have after reboot during apt update were fixed after second reboot – shibormot Dec 15 '20 at 04:57
-1
I add the same ! I was caused by a fail update of linux kernel. My /boot folder was full.
To check that : In a terminal, type
df /boot
if it is full (100%), you can clean it using this tutorial : http://ubuntuhandbook.org/index.php/2016/05/remove-old-kernels-ubuntu-16-04/ Look at "Remove Old Kernels via DPKG".
Et en français : https://www.justegeek.fr/nettoyer-la-partition-boot-des-kernels-non-utilises-sous-ubuntu/ ;)

Sasha
- 1
sudo dpkg --configure -a
in a terminal. It worked for me. – I Give Answers Nov 19 '17 at 00:28