Skip to content

Commit

Permalink
Add Geary to the app id fallbacks (#141)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nielsdg authored and hughsie committed Dec 9, 2016
1 parent 44b5acd commit bb3da45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libappstream-glib/as-store.c
Expand Up @@ -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" },
Expand Down

0 comments on commit bb3da45

Please sign in to comment.