Skip to content

app-list: Ensure we dedupe app objects

Adrien Plazas requested to merge deduplicate-apps into pureos/sloppy

This works around an issue assumed to come from appstream-glib feeding us twice with the same app object by deduplicating app objects with the same address.

Fixes #8 (closed)

deduplicate

Note it doesn't deduplicate the repos (which is likely the source of the duplicated apps), but anyway it doesn't hurt fixing that already.

Merge request reports