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

--- Comment #15 from Robby Stephenson <ro...@periapsis.org> ---
If I understand you correctly, I think I'm following the spirit of what you're
saying. For icons which could be expected to be in the icon theme, I use
QIcon::fromTheme() with the method call that falls back to a resource icon. For
example, QIcon::fromTheme("checkmark", QIcon(":/icons/checkmark")).

For icons which I specifically don't want to be themed, then I just use the
resource call. An example there would be wine.png which represents a wine
bottle in Tellico. Many themes could reasonably be expected to have an
application icon for WINE instead so I wouldn't want to use the theme icon in
that case.

For whatever reason, the two users who reported the bug did not see the icons
as installed. I could not reproduce the problem since they showed up just fine
for me. I don't know if it is a Debian/Ubuntu issue or something else. If
indeed this fixes the problem for those users, seems like a win/win to me.

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

Reply via email to