https://bugs.kde.org/show_bug.cgi?id=495115
Phil Hord <phil.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil.h...@gmail.com --- Comment #2 from Phil Hord <phil.h...@gmail.com> --- I'm seeing this too, very consistently. It appears to be the same as #481993, but that one has been marked fixed (albeit with a hack). As in that bug, plasma-discover hangs if I do not specify any backends. But it succeeds if I specify all the backends. But the order matters. $ plasma-discover libs QList("/usr/lib/x86_64-linux-gnu/qt6/plugins", "/usr/bin") org.kde.plasma.libdiscover: OdrsReviewsBackend: Fetch ratings: false adding empty sources model QStandardItemModel(0x5bf3e89f78c0) ^C When I specified the backends to load and included all of them, it worked. $ plasma-discover --listbackends Available backends: * packagekit-backend * snap-backend * fwupd-backend * flatpak-backend * kns-backend $ plasma-discover --backends packagekit,fwupd,kns,snap,flatpak org.kde.plasma.libdiscover: OdrsReviewsBackend: Fetch ratings: false adding empty sources model QStandardItemModel(0x5a420195d800) qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitWidth" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitHeight" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:401:33: QML Binding: Binding loop detected for property "value" qrc:/qt/qml/org/kde/discover/qml/BrowsingPage.qml:17:1: QML BrowsingPage: Created graphical object was not placed in the graphics scene. If I specify the backends in the order they were listed, it fails the same as before: $ plasma-discover --backends packagekit,snap,fwupd,flatpak,kns org.kde.plasma.libdiscover: OdrsReviewsBackend: Fetch ratings: false adding empty sources model QStandardItemModel(0x62a8c78bd620) ^C -- You are receiving this mail because: You are watching all bug changes.