Summary: | Discover doesn't find updates for plasma addons unless I open their respective "Get new <thing>" windows in system settings before | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Patrick Silva <bugseforuns> |
Component: | KNewStuff Backend | Assignee: | Dan Leinir Turthra Jensen <leinir> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol, kdebugs, nate |
Priority: | NOR | ||
Version: | 5.18.90 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/discover/commit/41b790f6d1aa22a59bb5bcb643f94776e6eaa839 | Version Fixed In: | |
Sentry Crash Report: |
Description
Patrick Silva
2020-05-22 17:01:58 UTC
Probably related to #417987. A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/17 Git commit 41b790f6d1aa22a59bb5bcb643f94776e6eaa839 by Dan Leinir Turthra Jensen. Committed on 31/07/2020 at 12:26. Pushed by leinir into branch 'master'. Load the KNewStuff updates information on Discover startup Without this, Discover only loads the installed items, but does not also check whether there are updates available. This is cached by the KNSCore::Engine, so we don't need the throttling in Discover itself, but also if this is not done during the initialisation step, the updates information will simply not be available. Related: bug 417987 M +12 -0 libdiscover/backends/KNSBackend/KNSBackend.cpp https://invent.kde.org/plasma/discover/commit/41b790f6d1aa22a59bb5bcb643f94776e6eaa839 |