https://bugs.kde.org/show_bug.cgi?id=402172

Kevin Kofler <kevin.kof...@chello.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kevin.kof...@chello.at

--- Comment #5 from Kevin Kofler <kevin.kof...@chello.at> ---
I can confirm this. I have just wasted something like 3 hours with GDB to come
to the same conclusion already found in this bug report.

This completely breaks icon theming in Trojitá, because Trojitá has a custom
icon loader wrapper that does this:
https://cgit.kde.org/trojita.git/tree/src/UiUtils/IconLoader.cpp#n50

Due to QIcon::themeName() being empty, ":/icons/%1/%2.svg" expands to
":/icons//iconname.svg", which happens to be the fallback location
":/icons/iconname.svg", and so it thinks the fallback icon is the override icon
and wrongly prefers it to the theme.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to