summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2016-12-09 10:39:12 +0100
committerRichard Hughes <richard@hughsie.com>2016-12-09 09:39:12 +0000
commitbb3da45095aaf4ad50c689095dad0fe2f4e94fb6 (patch)
treea48022d34891e8d3bd6ec386443e46a352693190
parent44b5acdc4332540b6cda6def59e156a1319f5585 (diff)
downloadappstream-glib-bb3da45095aaf4ad50c689095dad0fe2f4e94fb6.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 a751893..a086a4b 100644
--- a/libappstream-glib/as-store.c
+++ b/libappstream-glib/as-store.c
@@ -708,6 +708,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" },