[gnome-software/gnome-3-22] Allow installing flatpak files that depend on an installed runtime
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-22] Allow installing flatpak files that depend on an installed runtime
- Date: Tue, 15 Nov 2016 13:21:00 +0000 (UTC)
commit 18edc2dee9b0dbaba652d384b1214c1bbc60648d
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 eb54cd7..f307b9c 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -1445,6 +1445,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]