Summary: | Discover flatpak "System Updates" section disappears after doing a non-Update All | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | yizel7 |
Component: | Updates | Assignee: | Dan Leinir Turthra Jensen <leinir> |
Status: | NEEDSINFO WAITINGFORINFO | ||
Severity: | normal | CC: | aleixpol, dennise8, jgrulich, nate |
Priority: | NOR | ||
Version First Reported In: | 5.23.3 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
yizel7
2021-11-09 20:00:35 UTC
I cannot reproduce. Can you confirm you can reproduce this when running "plasma-discover --backends flatpak"? Or does flatpak and packagekit need to be on for the issue to happen? (In reply to Aleix Pol from comment #1) > I cannot reproduce. > > Can you confirm you can reproduce this when running "plasma-discover > --backends flatpak"? Or does flatpak and packagekit need to be on for the > issue to happen? Should this work on all distros? I ran the command "plasma-discover --backends flatpak" and it did launch Discover however after a couple seconds the loading icon disappears and I get taken to the home of Discover along with this output in Konsole: plasma-discover --backends flatpak kf.kirigami: Units.devicePixelRatio is deprecated (since 5.86 ): This returns 1 when using Qt HiDPI scaling. file:///usr/lib/qt/qml/org/kde/kirigami.2/private/PrivateActionToolButton.qml:74:5: QML Binding: Binding loop detected for property "value" took really long to fetch FlatpakBackend(0x5654d89ec8d0) I am not sure how it could have taken "really long" to fetch FlatpakBackend when it only attempted for about 2-3 seconds. Sorry, that was the wrong command. Try `plasma-discover --backends flatpak-backend`. This should work on all distros with the flatpak backend installed. (In reply to Nate Graham from comment #3) > Sorry, that was the wrong command. Try `plasma-discover --backends > flatpak-backend`. This should work on all distros with the flatpak backend > installed. How can I confirm I have the flatpak backend installed? I am on an updated Arch Linux. The same things happened with the above command as opposed to the previous one. Discover stops trying to load after 2-3 seconds and takes me to its home page. The following is shown in Konsole again: plasma-discover --backends flatpak-backend kf.kirigami: Units.devicePixelRatio is deprecated (since 5.86 ): This returns 1 when using Qt HiDPI scaling. file:///usr/lib/qt/qml/org/kde/kirigami.2/private/PrivateActionToolButton.qml:74:5: QML Binding: Binding loop detected for property "value" took really long to fetch FlatpakBackend(0x55bc8332ccf0) `plasma-discover --listbackends` will tell you what backends you have. (In reply to Nate Graham from comment #5) > `plasma-discover --listbackends` will tell you what backends you have. It looks like I have the flatpak-backend, so I am not sure why the command is failing saying it's taking too long when it isn't even really trying. Any ideas? plasma-discover --listbackends * flatpak-backend * fwupd-backend * kns-backend * packagekit-backend If `plasma-discover` is already running in the background due to another bug, you'll need to kill it manually with `killall plasma-discover`. A lot has changed since it was reported; can I ask you to see if this is still an issue with Plasma 6.4 or later? Thanks a lot. |