[gnome-software] Load app-install data on Ubuntu systems
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Load app-install data on Ubuntu systems
- Date: Tue, 25 Mar 2014 15:07:39 +0000 (UTC)
commit 253b8253e13b2841f916ec193d7cdb0bc4ac1cc4
Author: Richard Hughes <richard hughsie com>
Date: Tue Mar 25 15:07:06 2014 +0000
Load app-install data on Ubuntu systems
src/plugins/gs-plugin-appstream.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-appstream.c b/src/plugins/gs-plugin-appstream.c
index e27444c..0dac754 100644
--- a/src/plugins/gs-plugin-appstream.c
+++ b/src/plugins/gs-plugin-appstream.c
@@ -149,7 +149,8 @@ gs_plugin_startup (GsPlugin *plugin, GCancellable *cancellable, GError **error)
gs_profile_start (plugin->profile, "appstream::startup");
ret = as_store_load (plugin->priv->store,
AS_STORE_LOAD_FLAG_APP_INFO_SYSTEM |
- AS_STORE_LOAD_FLAG_APP_INFO_USER,
+ AS_STORE_LOAD_FLAG_APP_INFO_USER |
+ AS_STORE_LOAD_FLAG_APP_INSTALL,
cancellable,
error);
if (!ret)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]