Icon theme not found issue

In many places (in terminal) when an app is launched, it complains about missing icon themes that were installed in the past. Ironically, this is always in case of themes installed by… package manager. Those added manually have never this problem.

So for example:

$ QT_STYLE_OVERRIDE=Breeze libreoffice --calc
Icon theme "Papirus" not found.
Icon theme "Yaru" not found.

Where is this info stored? I would gladly remove it manually.

Check index.theme in your current icon theme (in ~/local/share/icons or /usr/share/icons). You most likely have those nonexistent icon themes mentioned in Inherits= line. Remove them and message will disappear :wink:

1 Like

Ah, I checked my currently using icon theme and I found this line in index.theme

Inherits=Papirus,breeze,Yaru

Deleted Paprius and Yaru and finally cli isn’t complaining about them to be lacking!
Now I can modify Inherits to themes that I prefer.

Thanks! That solves the problem :slight_smile: .

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.