https://bugs.kde.org/show_bug.cgi?id=403118
--- Comment #3 from Aleix Pol <aleix...@kde.org> --- Git commit 9d49c268cf22cf209e1712dde1289c504077b4c3 by Aleix Pol. Committed on 16/04/2019 at 01:26. Pushed by apol into branch 'master'. packagekit: Don't display packages that extend themselves It's common to have appstream components for plugins that some distributions will split into separate packages. This is useful but it can easily clutter the UX. Take Okular for example, it has an appstream component for every format it supports. On some distributions, like ArchLinux, it will not be possible to give them separate states as they all point to the same package. In such case we'll just show the package that is being extended. M +2 -2 libdiscover/backends/PackageKitBackend/AppPackageKitResource.cpp M +2 -2 libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp M +1 -0 libdiscover/backends/PackageKitBackend/PackageKitBackend.h M +15 -0 libdiscover/backends/PackageKitBackend/PackageKitResource.cpp M +2 -0 libdiscover/backends/PackageKitBackend/PackageKitResource.h https://commits.kde.org/discover/9d49c268cf22cf209e1712dde1289c504077b4c3 -- You are receiving this mail because: You are watching all bug changes.