Bug 514978 - ScrollablePage.qml:316:17: Cannot assign to non-existent property "refreshing"
Summary: ScrollablePage.qml:316:17: Cannot assign to non-existent property "refreshing"
Status: NEEDSINFO WAITINGFORINFO
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: Master
Platform: Other Linux
: NOR normal
Target Milestone: Not decided
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-23 14:58 UTC by Michi
Modified: 2026-01-27 12:16 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.