[gnome-software/mwleeds/hardcoded-pwa-list] tmp change



commit 8c95d5ae87e82cff4ccd436726d8887c8a28c268
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Thu Mar 10 10:03:28 2022 -0800

    tmp change

 plugins/core/gs-plugin-appstream.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/core/gs-plugin-appstream.c b/plugins/core/gs-plugin-appstream.c
index 239318eb6..08343322e 100644
--- a/plugins/core/gs-plugin-appstream.c
+++ b/plugins/core/gs-plugin-appstream.c
@@ -686,7 +686,7 @@ gs_plugin_appstream_check_silo (GsPluginAppstream  *self,
                 * is different from normal — typically this happens when doing
                 * development builds. It’s useful to still list the system apps
                 * during development. */
-               if (g_strcmp0 (DATADIR, "/usr/share") != 0) {
+               /*if (g_strcmp0 (DATADIR, "/usr/share") != 0) {
                        g_ptr_array_add (parent_appstream,
                                         g_build_filename ("/usr/share", "app-info", "xmls", NULL));
                        g_ptr_array_add (parent_appstream,
@@ -705,7 +705,7 @@ gs_plugin_appstream_check_silo (GsPluginAppstream  *self,
                                         g_build_filename ("/var", "lib", "app-info", "xmls", NULL));
                        g_ptr_array_add (parent_appstream,
                                         g_build_filename ("/var", "lib", "app-info", "yaml", NULL));
-               }
+               }*/
 
                /* import all files */
                for (guint i = 0; i < parent_appstream->len; i++) {


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