Created attachment 173167 [details] KNS content updates shown in GHNS windows, but not Discover's Updates page Discover no longer appears to show any updateable KNS content on the Updates page. See attached screenshot. Went through all KNS dialogs I could find in Plasma and found that there was content available for updates in the following categories: - Plasma widgets - Color schemes - Icon themes None were shown in Discover. Hard to pinpoint when this broke exactly, but the Updates page definitely used to show upateable KNS content at some point in the recent past. About a year ago on Plasma 5.7.6, Patrick Silva opened a bug report about updateable content being visible but failing to update in Bug 471840.
*** Bug 494449 has been marked as a duplicate of this bug. ***
Git commit 5007cb10b15407752394ffd74de7d09916162ceb by Harald Sitter. Committed on 15/11/2024 at 14:35. Pushed by sitter into branch 'master'. kns: do not force finish streams that aren't finished it breaks result streaming. specifically what happened is that the new kns resultstream tech introduces some delays in the event processing so results arrive a couple loop cycles later than previously which meant they would arrive after the (discover-side) stream was already finished and as such the results just got ignored. stop finishing streams early. should the backend turn out invalid we'll finish the stream then (pre-existing code). M +0 -1 libdiscover/backends/KNSBackend/KNSBackend.cpp https://invent.kde.org/plasma/discover/-/commit/5007cb10b15407752394ffd74de7d09916162ceb