[gnome-software] Allow installing flatpak files that depend on an installed runtime



commit 42e9c8f323217f9caf9cda028bc5e16403451a0c
Author: Richard Hughes <richard hughsie com>
Date:   Mon Nov 14 14:42:30 2016 +0000

    Allow installing flatpak files that depend on an installed runtime
    
    Get all the required information for the details panel when double clicking on
    .rpm and .flatpak files.

 src/gs-shell-details.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 1f072ad..29193d4 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -1486,6 +1486,16 @@ gs_shell_details_set_filename (GsShellDetails *self, const gchar *filename)
        gs_plugin_loader_file_to_app_async (self->plugin_loader,
                                            file,
                                            GS_PLUGIN_REFINE_FLAGS_REQUIRE_ICON |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_LICENSE |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_SIZE |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_VERSION |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_HISTORY |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_ORIGIN_UI |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_MENU_PATH |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_URL |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_SETUP_ACTION |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_PROVENANCE |
+                                           GS_PLUGIN_REFINE_FLAGS_REQUIRE_RELATED |
                                            GS_PLUGIN_REFINE_FLAGS_REQUIRE_PERMISSIONS,
                                            self->cancellable,
                                            gs_shell_details_file_to_app_cb,


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