https://bugs.kde.org/show_bug.cgi?id=410854
--- Comment #4 from Noah Davis <noaha...@gmail.com> --- (In reply to Efe Ciftci from comment #3) > (In reply to Noah Davis from comment #2) > > I can't reproduce the Dolphin issue either. > > Contents of a minimal .desktop file that represents this bug is as follows: > [Desktop Entry] > Icon=computer > > This file will be listed as the monochrome computer icon in Dolphin in all > display resolutions. > > In the meanwhile, I think I've found a solution for this bug. By executing > "find -iname '*computer*' in the icon directory, I've found out that a > computer.svg (monochrome symlink) resides in applets/22 directory as well. > The entry for applets/22 in index.theme is as follows: > > #256x256 - Color for applets > [applets/22] > Size=22 > Context=Status > Type=Scalable > MinSize=22 > MaxSize=256 > > I'm not quite sure if it breaks something else, but I've modified this entry > as follows; which has solved the problem for me: > > #22x22 - Color for applets > [applets/22] > Size=22 > Context=Status > Type=Fixed > > It seems when the same icon resides in more than one category (actions, > applications, categories...), the icon file in whichever directory it has > been found first (in the order specified as by index.theme) is picked. Ah yes, I can confirm it now. I'll write a patch to remove it since it's just a symlink to another 22px icon with the same exact name. -- You are receiving this mail because: You are watching all bug changes.