summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2016-12-09 10:39:12 +0100
committerRichard Hughes <richard@hughsie.com>2017-01-17 10:36:20 +0000
commit8810cbe45e759ef445ac3c7593666626a1e32c86 (patch)
treeded166a01c4b183d586ea43f80f25ec88a34c14f
parent4a2702a0e0e21dda970d3ae58565ed384cac5c43 (diff)
downloadappstream-glib-8810cbe45e759ef445ac3c7593666626a1e32c86.tar.gz
Add Geary to the app id fallbacks (#141)
Geary recently renamed its app id to follow flatpak conventions. Adding a fallback to appstream. More info, see [bug 766196](https://bugzilla.gnome.org/show_bug.cgi?id=766196) on GNOME bugzilla.
-rw-r--r--libappstream-glib/as-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-store.c b/libappstream-glib/as-store.c
index 10e2965..c8b7f50 100644
--- a/libappstream-glib/as-store.c
+++ b/libappstream-glib/as-store.c
@@ -566,6 +566,7 @@ as_store_get_app_by_id_with_fallbacks (AsStore *store, const gchar *id)
{ "file-roller.desktop", "org.gnome.FileRoller.desktop" },
{ "font-manager.desktop", "org.gnome.FontManager.desktop" },
{ "gcalctool.desktop", "gnome-calculator.desktop" },
+ { "geary.desktop", "org.gnome.Geary.desktop" },
{ "gedit.desktop", "org.gnome.gedit.desktop" },
{ "glchess.desktop", "gnome-chess.desktop" },
{ "glines.desktop", "five-or-more.desktop" },