Summary: | When no apps are found, distinguish in the UI between network failure and misconfiguration | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Nate Graham <nate> |
Component: | discover | Assignee: | Dan Leinir Turthra Jensen <leinir> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol |
Priority: | NOR | Keywords: | usability |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=422432 | ||
Latest Commit: | https://invent.kde.org/plasma/discover/commit/f935e48de1707348bd9af7ede0c4f26b462805fd | Version Fixed In: | 5.24 |
Sentry Crash Report: |
Description
Nate Graham
2021-10-22 15:59:31 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/215 Git commit f935e48de1707348bd9af7ede0c4f26b462805fd by Aleix Pol. Committed on 02/12/2021 at 16:36. Pushed by ngraham into branch 'master'. Improve error messages when the default source is not behaving Addresses the weird error message we always get when the default backend isn't working as expected. Allows the backend to explain why instead of wildly guessing from the frontend. M +2 -1 discover/DiscoverDeclarativePlugin.cpp M +2 -0 discover/FeaturedModel.cpp M +6 -0 discover/FeaturedModel.h M +18 -7 discover/qml/BrowsingPage.qml A +20 -0 discover/qml/ConvertDiscoverAction.qml [License: LGPL(v2.0+)] M +1 -7 discover/qml/SourcesPage.qml M +1 -0 discover/resources.qrc M +13 -0 libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp M +2 -0 libdiscover/backends/FlatpakBackend/FlatpakBackend.h M +9 -0 libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp M +2 -0 libdiscover/backends/PackageKitBackend/PackageKitBackend.h M +6 -0 libdiscover/resources/AbstractResourcesBackend.cpp M +25 -0 libdiscover/resources/AbstractResourcesBackend.h https://invent.kde.org/plasma/discover/commit/f935e48de1707348bd9af7ede0c4f26b462805fd |