https://bugs.kde.org/show_bug.cgi?id=386554
Alex Bikadorov <alex.bikado...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.bikado...@kdemail.net Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Alex Bikadorov <alex.bikado...@kdemail.net> --- This was already discussed several times (that's why I added the explanation to the bug FAQs on the website) and I don't see anything new here. Krusader uses icons which are only included in Breeze mainly because the icon standard (*) is very limited. Most KDE applications have the same issue and the real solution would be to add the same icon names to other themes e.g. Adwaita. But this has nothing really to do with Krusader. @Andreas Krusader uses QIcon::fromTheme() and that's the correct way. (Also, the deprecated KIcon class. But it is only a wrapper around QIcon.) This is still a problem of not having the icons in Adwaita. E.g. the icon for BookMan II is named "bookmarks" which is a different icon in Breeze than "user-bookmarks" included in the icon standard. Because we want "bookmarks" here and not "user-bookmarks" and QIcon::fromTheme() does not fallback to it I don't see what we can do here. (*) https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html [For further discussion please use Bug 372966 so we don't repeat everything again and again.] *** This bug has been marked as a duplicate of bug 372966 *** -- You are receiving this mail because: You are watching all bug changes.