https://bugs.kde.org/show_bug.cgi?id=405522
Bug ID: 405522
Summary: Third party icons are not loaded even if available in
QIcon fallbackSearchPaths
Product: frameworks-qqc2-desktop-style
Version: 5.56.0
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
When using QT_QUICK_CONTROLS_STYLE=org.kde.desktop, Kirigami global drawer and
buttons fail to load icons specified by name and available in the fallback
path. For example, if an application has some specific icons, its impossible to
load them as a part of global drawer (menu action) or as an action button on
toolbar. At the same time, the same icon loads fine using IconImage of QML
(from qc2 private).
STEPS TO REPRODUCE
1. design and position an icon with a unique name in some fallback folder
2. add this folder into the part using QIcon::setFallbackSearchPaths
3. observe that icon is not shown in globalDrawer, buttons, but is shown fine
if loaded using IconImage
All works fine with Plasma or Material set as a style using
QT_QUICK_CONTROLS_STYLE
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: gentoo; same holds for current flathub platform
(available in About System)
KDE Plasma Version:
KDE Frameworks Version: 5.56; kirigami 5.56 or git master
Qt Version: 5.11 and 5.12
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.