https://bugs.kde.org/show_bug.cgi?id=505469
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/discover/-/commit/b78028 | |6a46bc0edae82e622330b67a474 | |d0dcd96 --- Comment #8 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit b780286a46bc0edae82e622330b67a474d0dcd96 by Akseli Lahtinen. Committed on 30/09/2025 at 13:39. Pushed by akselmo into branch 'master'. OdrsReviewsBackend: Set all rating packagenames to lowercase When comparing between ratings, we could end up in situations where we're looking a rating for `org.mozilla.Firefox` but the package name is reported as `org.mozilla.firefox`. Due to QHash comparison being case-sensitive, we should just set all ratings during parsing into lowercase. Then also set the package names lowercase when looking for them in the ratings hash. M +4 -3 libdiscover/appstream/OdrsReviewsBackend.cpp https://invent.kde.org/plasma/discover/-/commit/b780286a46bc0edae82e622330b67a474d0dcd96 -- You are receiving this mail because: You are watching all bug changes.