https://bugs.kde.org/show_bug.cgi?id=487904
--- Comment #40 from Nate Graham <n...@kde.org> --- Created attachment 171105 --> https://bugs.kde.org/attachment.cgi?id=171105&action=edit systemsettings QML cache folder I have a 100% reproducible case for this bug: 1. Run `systemsettings kcm_networkmanagement` 2. Within System Settings, navigate to the Mouse KCM It fails to load with this error: kf.kcmutils: Error loading QML file qrc:/kcm/kcm_mouse/main.qml kf.kcmutils: qrc:/kcm/kcm_mouse/main.qml:52:13: Type Header unavailable header: Header { ^ kf.kcmutils: qrc:/kcm/kcm_mouse/Header.qml:19:5: Type Message unavailable Message { ^ kf.kcmutils: qrc:/kcm/kcm_mouse/Message.qml:13:1: Type Kirigami.InlineMessage unavailable Kirigami.InlineMessage { ^ kf.kcmutils: file:///home/nate/kde/usr/lib64/qml/org/kde/kirigami/InlineMessage.qml:63:1: Type KT.InlineMessage unavailable KT.InlineMessage { ^ kf.kcmutils: qrc:/qt/qml/org/kde/kirigami/templates/InlineMessage.qml:123:43: Cannot assign object of type "TP.IconPropertiesGroup" to property of type "IconPropertiesGroup_QMLTYPE_102*" as the former is neither the same as the latter nor a sub-class of it. property TP.IconPropertiesGroup icon: TP.IconPropertiesGroup {} ^ Deleting the entire ~/.cache folder does not help, so I'm thinking this may not actually be a caching issue at all. However just in case, I'm attaching my systemsettings QML cache folder -- You are receiving this mail because: You are watching all bug changes.