hughsie / appstream-glib

This library provides objects and helper methods to help reading and writing AppStream metadata.
GNU Lesser General Public License v2.1
65 stars 103 forks source link

as_app_get_id_filename() strips ".desktop" suffix even if ID ends in ".desktop" #420

Open mwleeds opened 3 years ago

mwleeds commented 3 years ago

Unfortunately there are some apps out there which have IDs that end in ".desktop", such as "org.telegram.desktop". In this case as_app_get_id_filename() returns "org.telegram" instead of "org.telegram.desktop", which is a bug in as_app_set_id(). This showed up in Flatpak: https://github.com/flatpak/flatpak/issues/4535

hughsie commented 3 years ago

There are so many dragons here.