Skip to content

appdata: Improve appdata for AppStream 1.0

Maximiliano requested to merge msandova/AudioSharing:continue11 into main

appdata: Improve appdata for AppStream 1.0

  • Add the <developer><name> tag
  • Mark the <developer_name> tag as deprecated
  • Improve appstreamcli arguments

appdata: Fix my mistake

"Icons and categories

If there’s a type="desktop-id" launchable, they get pulled from it. Most of the icon not found errors with the flathub builder can be traced down to the launchable value not matching the desktop file name.

Don’t set them in the AppData unless you want to override them (even though then it might be a better idea to patch the desktop file itself)."

More information: https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/#icons-and-categories

--

This picks up !11 (closed) were it left.

Passes

flatpak run --command=flatpak-builder-lint org.flatpak.Builder appstream de.haeckerfelix.AudioSharing.metainfo.xml.in.in
Edited by Maximiliano

Merge request reports