[gnome-software/wip/hughsie/desktop: 27/27] Do not show non-applications in the installed panel



commit 314cde9ccff4f0a9eb685b174f7add0f31b1e9c7
Author: Richard Hughes <richard hughsie com>
Date:   Fri Oct 11 16:56:03 2019 +0100

    Do not show non-applications in the installed panel

 plugins/core/gs-plugin-appstream.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/plugins/core/gs-plugin-appstream.c b/plugins/core/gs-plugin-appstream.c
index 1f18693b..4d8ba517 100644
--- a/plugins/core/gs-plugin-appstream.c
+++ b/plugins/core/gs-plugin-appstream.c
@@ -517,6 +517,9 @@ gs_plugin_appstream_check_silo (GsPlugin *plugin,
                }
        }
 
+       /* regenerate with each minor release */
+       xb_builder_append_guid (builder, PACKAGE_VERSION);
+
        /* create per-user cache */
        blobfn = gs_utils_get_cache_filename ("appstream", "components.xmlb",
                                              GS_UTILS_CACHE_FLAG_WRITEABLE,
@@ -925,7 +928,7 @@ gs_plugin_add_installed (GsPlugin *plugin,
        locker = g_rw_lock_reader_locker_new (&priv->silo_lock);
 
        /* get all installed appdata files (notice no 'components/' prefix...) */
-       components = xb_silo_query (priv->silo, "component", 0, NULL);
+       components = xb_silo_query (priv->silo, "component/description/..", 0, NULL);
        if (components == NULL)
                return TRUE;
        for (guint i = 0; i < components->len; i++) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]