[gnome-software/wip/kalev/rpm-ostree-layered-package-install: 2/7] plugin loader: Don't filter compulsory apps when getting category apps



commit a1f34de198a8b3b717dd7e251d6b90ce59d35eda
Author: Kalev Lember <klember redhat com>
Date:   Sat Feb 23 16:40:29 2019 +0100

    plugin loader: Don't filter compulsory apps when getting category apps
    
    This just hurts discoverability, e.g. no way to check if a compulsory
    gstreamer plugin is installed or not.

 lib/gs-plugin-loader.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index 9b822a44..d132edb6 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -3224,7 +3224,6 @@ gs_plugin_loader_process_thread_cb (GTask *task,
                gs_app_list_filter (list, gs_plugin_loader_get_app_is_compatible, plugin_loader);
                break;
        case GS_PLUGIN_ACTION_GET_CATEGORY_APPS:
-               gs_app_list_filter (list, gs_plugin_loader_app_is_non_compulsory, NULL);
                gs_app_list_filter (list, gs_plugin_loader_app_is_valid, helper);
                gs_app_list_filter (list, gs_plugin_loader_filter_qt_for_gtk, NULL);
                gs_app_list_filter (list, gs_plugin_loader_get_app_is_compatible, plugin_loader);


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