Skip to content

appstream: Fix plugin failing to load if applications directory doesn't exist

Due to an ordering bug gs_plugin_appstream_load_desktop() can set a GError and return TRUE. This causes the appstream plugin to hit an assertion and fail to start: XbSilo xb_builder_ensure: assertion 'error == NULL || *error == NULL' failed

Merge request reports