Bug 514978

Summary: ScrollablePage.qml:316:17: Cannot assign to non-existent property "refreshing"
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: Michi <woskimi>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: NEEDSINFO WAITINGFORINFO    
Severity: normal CC: akselmo, notmart
Priority: NOR    
Version First Reported In: Master   
Target Milestone: Not decided   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Michi 2026-01-23 14:58:49 UTC
Discover, for instance, does not show most of its views

plasma-discover[9528]: QList(qrc:/qt/qml/org/kde/discover/qml/BrowsingPage.qml:17:1: Type DiscoverPage unavailable
                                                    DiscoverPage {
                                                    ^, qrc:/qt/qml/org/kde/discover/qml/DiscoverPage.qml:10:1: Type Kirigami.ScrollablePage unavailable
                                                    Kirigami.ScrollablePage {
                                                    ^, file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:316:17: Cannot assign to non-existent property "refreshing"
                                                                    refreshing: root.refreshing
                                                                    ^)
Comment 1 Akseli Lahtinen 2026-01-26 13:25:45 UTC
Can you share more details:

- System information
- What do you do in Discover to get that error?
Comment 2 Michi 2026-01-27 12:16:30 UTC
I used the packages from https://build.opensuse.org/project/show/KDE:Unstable:Frameworks
but meanwhile I've backported to the stable version.

It's not just Discover that was having the issue, I remember also a few kcm modules had the same problem.

The issue is that a few UI elements were simply not rendered.

In Discover it was the main area for instance, but also the search field at the top left.