From 6529d368565b82f24cb1f4f0ee4824d9709039ab Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Thu, 11 Feb 2016 11:45:29 +0000 Subject: [PATCH] When loading a .yml file, look in /var/lib/app-info/ for icons, not /usr/share This is where we extract them to. --- libappstream-glib/as-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libappstream-glib/as-store.c b/libappstream-glib/as-store.c index a1674d1..8f7c3dd 100644 --- a/libappstream-glib/as-store.c +++ b/libappstream-glib/as-store.c @@ -1034,7 +1034,7 @@ as_store_load_yaml_file (AsStore *store, /* if we have an origin either from the YAML or _set_origin() */ if (priv->origin != NULL) { if (icon_root == NULL) - icon_root = "/usr/share/app-info/icons/"; + icon_root = "/var/lib/app-info/icons/"; icon_path = g_build_filename (icon_root, priv->origin, NULL); -- 2.7.0