Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mwleeds opened this issue Nov 2, 2021 · 1 comment

Comments

@mwleeds
Copy link

mwleeds commented Nov 2, 2021

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: flatpak/flatpak#4535

@hughsie
Copy link
Owner

hughsie commented Nov 2, 2021

There are so many dragons here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants