https://bugs.kde.org/show_bug.cgi?id=363611
--- Comment #5 from Aleix Pol <aleix...@kde.org> --- Maybe you can check whether it's being loaded. FWIW I tested Neon and it works for me. Another thing you can check is whether the downloaded file is valid. diff --git a/libdiscover/backends/PackageKitBackend/AppstreamReviews.cpp b/libdiscover/backends/PackageKitBackend/AppstreamReviews.cpp index 2f5bd02..8d2552c 100644 --- a/libdiscover/backends/PackageKitBackend/AppstreamReviews.cpp +++ b/libdiscover/backends/PackageKitBackend/AppstreamReviews.cpp @@ -64,6 +64,7 @@ void AppstreamReviews::ratingsFetched(KJob* job) void AppstreamReviews::readRatings() { + qDebug() << "reading ratings..." << ratingsCache->toLocalFile(); QScopedPointer<QIODevice> dev(new KCompressionDevice(ratingsCache->toLocalFile(), KCompressionDevice::GZip)); if (!dev->open(QIODevice::ReadOnly)) { qWarning() << "couldn't open popcon file" << dev->errorString(); -- You are receiving this mail because: You are watching all bug changes.