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
Metainfo files are ignored for Elementary OS apps #88
Comments
|
The |
Otherwise it processed twice, and overrides data from metainfo file. Fixes ximion#88
|
I found the problem! |
) Otherwise it processed twice, and overrides data from metainfo file. Fixes #88
I usually get 'no-metainfo' warnings for Elementary OS applications. The metainfo file is ignored by appstream-generator, and just the desktop file is processed. Tested apps (on Arch Linux) with their metainfo files:
It seems that when I specify the corresponding desktop file explicitly in the metainfo file with the
<launchable type="desktop-id">tag, it solves the problem.Elementary OS applications usually use the same name for desktop and metainfo files , e.g.:
/usr/share/applications/com.github.davidmhewitt.torrential.desktop/usr/share/metainfo/com.github.davidmhewitt.torrential.appdata.xmlSo could appstream-generator handle these applications better, or is the
<launchable>tag necessarily for the pairing?The text was updated successfully, but these errors were encountered: