https://bugs.kde.org/show_bug.cgi?id=405522
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kiconthemes/commit/1 | |9d2ec41fef106de5d60adacbb43 | |f22a90ff6c1b --- Comment #3 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 19d2ec41fef106de5d60adacbb43f22a90ff6c1b by Nicolas Fella. Committed on 13/06/2020 at 22:30. Pushed by nicolasfella into branch 'master'. Respect QIcon::fallbackSearchpaths() Summary: When an icon isn't found within a theme we are supposed to look for it in QIcon::fallbackSearchpaths() (https://doc.qt.io/qt-5/qicon.html#fromTheme). Test Plan: Create /home/nico/foo.svg Add QIcon::setFallbackSearchPaths(QIcon::fallbackSearchPaths() << QStringLiteral("/home/nico/myicons")); to my app Use foo icon somewhere Reviewers: #plasma, #frameworks, mart Reviewed By: #plasma, mart Subscribers: mart, kossebau, aacid, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D29390 M +17 -0 src/kiconloader.cpp https://invent.kde.org/frameworks/kiconthemes/commit/19d2ec41fef106de5d60adacbb43f22a90ff6c1b -- You are receiving this mail because: You are watching all bug changes.