5

After starting up my PC today I have noticed that all of the icons in both the Gnome desktop and in the Nautilus file explorer have all turned blank white, even the directory icons.

Desktop:

File explorer:

Restarting Gnome or rebooting the system doesn't help.
This is annoying and very disruptive, is there any way of fixing this without reinstalling Ubuntu?

Edit - Output of gsettings list-recursively | grep --ignore-case "icons":

org.gnome.desktop.background show-desktop-icons false
org.gnome.desktop.interface menus-have-icons false
org.gnome.desktop.interface toolbar-icons-size 'large'
org.gnome.desktop.interface buttons-have-icons false
Acidic
  • 161

4 Answers4

6

Running the following commands fixed the issues, though I'm not sure if both are needed or if it's only one of them:

gsettings reset org.gnome.desktop.interface gtk-theme
gsettings reset org.gnome.desktop.interface icon-theme

This didn't change anything else other than restoring the icons, probably due to the fact that I never changed the theme to begin with – so I have to assume that some of the settings on my machine were badly configured and this reset them back to their defaults.

Acidic
  • 161
3

This also happened to me this week. After getting some updates, I lost folder icons and terminal changed to an odd icon.

This one worked fo me:

gsettings reset org.gnome.desktop.interface icon-theme
2

going to Tweaks app -> Appearance -> Icons and selecting "Humanity" worked for me

0

This can also be solved by opening the app tweaks and going to appearance. If you select an Icon listed lower than Highcontrast you have icons again. This is Ubuntu doesn't install all the icon packages available on the tweaks app by default.