-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add support for metainfo.xml #55
base: main
Are you sure you want to change the base?
Conversation
Thanks @Rosalie241. Not sure we want this ambiguity in AppImages, though. After all, if we allow 2 different file paths in AppImages, then all tools that verify AppImages or integrate them into the system would have to check 2 different file paths as well. |
Tools which want to support normal desktop applications that provide a metainfo/appdata.xml file will also have to check 2 paths though, so I'm not sure if it's a big problem, but I've updated my application (RMG) to use the new metainfo.xml file according to the freedesktop appstream documentation, and now the appimagetool cannot find the appstream data, which isn't ideal either. |
Maybe we should just put in a symlink? That would be backwards compatible. |
That could be an option but I'm not sure how to do that with the APIs available. |
Something roughly along these lines?
|
This adds support for metainfo.xml, appdata.xml is still supported though.
see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location