Some app icons (but not all) in some icon themes are not being detected/used. For example, if I select Faenza icon theme, icons for Terminal, Rhythmbox, Files and some others seem to not be from Faenza theme, but some other:
This is strange because I know for a fact that Faenza does contain icon files for these apps, and also this problem has not existed in the previous versions of Ubuntu (<20.10). The same problem happens with Numix theme.
On the other hand, Numix Circle seems to not suffer from this problem:
I've had a similar, but not identical, question before. The work-around from that topic does not help now.
How can this be fixed?
As it turns out, Gnome decided to change icon naming convention. This was done ~3 years ago. The change not only wasn't documented anywhere, but the old documentation still exist and is promoted, as if it was still actual. Sources:
The only solution possible at this time is to either rename the existing icons, or create symlinks with new names to old icons. That's possible to do by using the bash script from the first link above, or by slightly modifying the
gen.py
script from Numix Core project:https://github.com/numixproject/numix-core
From what I can see from its GitHub repository, it looks like your
scalable
directory has been renamed toscalable.bkp
. If you change it to the proper name then logout/login, that should resolve your issue.Hope this helps ??