Closed wiiznokes closed 7 months ago
This is not an issue with flatpak-builder, it's coming from appstreamcli
The launchable value in the metainfo file is wrong https://github.com/wiiznokes/fan-control/blob/6725f1c08daf458fb95ae1e074ce81943c0101bb/resource/linux/com.wiiznokes.fan-control.metainfo.xml#L20
Your desktop file is com.wiiznokes.fan-control.desktop
https://github.com/wiiznokes/fan-control/blob/flatpak/resource/linux/com.wiiznokes.fan-control.desktop
You are also missing a lot of essential tags in metainfo file. Have a look at https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/
Checklist
flatpak-builder version
1.4.1
Flatpak version
1.15.6
How to reproduce
clone my repo: https://github.com/wiiznokes/fan-control.git, with the branch flatpak. This is my manifest.
Run this command:
Note: this is the repo to PR to flathub: https://github.com/wiiznokes/flathub/tree/fan-control
Expected Behavior
To build my flatpak app.
Actual Behavior
It make this error:
Additional Information
This may be an error of mine but i checked multiple time and i don't think there is any error concerning my icons. And the error message is not very helpful so i choose to make a bug repport.