https://bugs.kde.org/show_bug.cgi?id=448172
--- Comment #23 from caulier.gil...@gmail.com --- Maik, I extracted the breeze.rcc file from the Windows tarball and i can see this hierarchy : [gilles@localhost breeze]$ cat breeze.qrc | more <!DOCTYPE RCC><RCC version="1.0"> <qresource> <file>icons/aliased.qrc</file> <file>icons/breeze/actions/12/object-fill.svg</file> <file>icons/breeze/actions/12/object-stroke-style.svg</file> <file>icons/breeze/actions/12/object-stroke.svg</file> <file>icons/breeze/actions/12/transform-affect-gradient.svg</file> <file>icons/breeze/actions/12/transform-affect-pattern.svg</file> <file>icons/breeze/actions/12/transform-affect-rounded-corners.svg</file> <file>icons/breeze/actions/12/transform-affect-stroke.svg</file> <file>icons/breeze/actions/16/accept_signal.svg</file> <file>icons/breeze/actions/16/acrobat.svg</file> <file>icons/breeze/actions/16/activities.svg</file> <file>icons/breeze/actions/16/add-subtitle.svg</file> <file>icons/breeze/actions/16/address-book-new.svg</file> <file>icons/breeze/actions/16/adjustcol.svg</file> <file>icons/breeze/actions/16/adjustrow.svg</file> <file>icons/breeze/actions/16/aggregation.svg</file> <file>icons/breeze/actions/16/akonadi-phone-home.svg</file> <file>icons/breeze/actions/16/align-horizontal-baseline.svg</file> <file>icons/breeze/actions/16/align-horizontal-bottom-out.svg</file> <file>icons/breeze/actions/16/align-horizontal-center.svg</file> <file>icons/breeze/actions/16/align-horizontal-left-out.svg</file> <file>icons/breeze/actions/16/align-horizontal-left-to-anchor.svg</file> <file>icons/breeze/actions/16/align-horizontal-left.svg</file> <file>icons/breeze/actions/16/align-horizontal-right-out.svg</file> <file>icons/breeze/actions/16/align-horizontal-right-to-anchor.svg</file> <file>icons/breeze/actions/16/align-horizontal-right.svg</file> <file>icons/breeze/actions/16/align-horizontal-top-out.svg</file> <file>icons/breeze/actions/16/align-vertical-baseline.svg</file> <file>icons/breeze/actions/16/align-vertical-bottom-out.svg</file> <file>icons/breeze/actions/16/align-vertical-bottom.svg</file> <file>icons/breeze/actions/16/align-vertical-center.svg</file> <file>icons/breeze/actions/16/align-vertical-top-out.svg</file> <file>icons/breeze/actions/16/align-vertical-top.svg</file> <file>icons/breeze/actions/16/amarok_cart_add.svg</file> <file>icons/breeze/actions/16/amarok_cart_remove.svg</file> <file>icons/breeze/actions/16/amarok_cart_view.svg</file> <file>icons/breeze/actions/16/amarok_change_language.svg</file> <file>icons/breeze/actions/16/anchor.svg</file> <file>icons/breeze/actions/16/application-exit.svg</file> ... So it miss icons/breeze/ on front of file paths in resource description. Note : I can see the breeze and breeze-dark rcc files have exactly the same size in archive, and the contents is exactly the same. With the breeze-icons KF5 component way, the file have a different size and the contents is not the same. This is certainly the origin of the problem finally. Gilles -- You are receiving this mail because: You are watching all bug changes.