Icon theme not found
When launching GUI software from a terminal window there might be stderr
message such as Icon theme "gnome" not found
. The source of the message can be traced to icon theme index.theme
files:
grep Inherits= /usr/share/icons/*/index.theme
The result should disclose the culprit of the error message.
There are some solutions to eliminate the annoying output:
- Install the missing icon theme package.
- Select an icon theme that does not have missing Inherits “dependencies."
- Copy the culprit
/usr/share/icons/$SUBDIR/index.theme
to$HOME/.local/share/icons/$SUBDIR/index.theme
and change theInherits=
line todefault
or delete the offending icon dependency.
Posted: Usability Tagged: General
Category:Next: Strange Caja Behavior
Previous: Exploring Desktop Environments — 5