Created attachment 138010 [details] screenshot STEPS TO REPRODUCE 1. open Discover 2. 3. OBSERVED RESULT As we can see in the attached screenshot, Applications Addons category is missing from sidebar. EXPECTED RESULT Applications Addons category present in the sidebar SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.21.80 KDE Frameworks Version: 5.82.0 Qt Version: 5.15.2 Graphics Platform: Wayland
Humm, this bug does not occur consistently. Sometimes Applications Addons category is available, but apparently not all sub-categories work well. When I click on Pages or Script Sieve, for example, Discover says "Nothing found". When I click in K3b Themes, only one theme is available despite several K3b themes are available in KDE Store website.
Seems like an issue with the KNS backend. Cannot reproduce, FWIW.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/169
Git commit c0e9cb9376ca5348a214458532a0611832f12f71 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 30/09/2021 at 11:02. Pushed by apol into branch 'master'. kns: Centralise the backend query state handling We put it all into ::setResponsePending which is the function that we call to tell we are embarking on a new query. This allows us to make sure the signals to wrap up the previous state can be emitted as well as notifying about the new state accordingly. This also allows us to assert when the state isn't as expected, which allowed to address some issues already as it's done in this change. Hence, this fixes: - issuing 2 searches before the backend has initialised will result in an infinite job as both queries would be waiting forever for the backend to initialise. - issuing 2 searches where the first is pageable would leave the second idling forever even though it's the one we care about. - checking for updates didn't check whether we are already querying, we could get 2 tasks weirdly overlapping - fetchMore wouldn't notify about starting to fetch - fetchEntryById isn't paged - findResourceByPackageName wouldn't reset the m_responsePending value Related: bug 432965 M +69 -37 libdiscover/backends/KNSBackend/KNSBackend.cpp M +2 -0 libdiscover/backends/KNSBackend/KNSBackend.h https://invent.kde.org/plasma/discover/commit/c0e9cb9376ca5348a214458532a0611832f12f71
Can you check this again, Patrick?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!