/usr/share/icons/hicolor/<size>/apps
and ensure the Icon=
value
of the .desktop file is set correctly.
severity: error
icon-open-failed:
text: >
Unable to open icon file '%(icon_fname)s'. Error: %(error)s<id/>
tag.<id/>
tag of the AppStream metainfo file is not adepted as well, or if the metainfo file is located in a different package than the .desktop file.Type=Application
) with AppStream-ID '%(cid)s' has been found,
but we could not find a matching icon.
severity: error
screenshot-download-error:
text: >
Error while downloading screenshot from '%(url)s' for component '%(cpt_id)s': %(error)sType=
count as generic components automatically,
so unless there is a typo somewhere, no component should ever have no type).
severity: error
metainfo-no-name:
text: Component has no name specified. Ensure that the AppStream upstream metadata or the .desktop file (if there is any) specify a component name.
severity: error
metainfo-no-package:
text: Component has no package defined. A package must be associated with a component. This is likely a bug in the generator.
severity: error
metainfo-no-summary:
text: >
Component does not contain a short summary. Ensure that the components metainfo file has a summary
tag, or that its .desktop file
has a Comment=
field set. Especially applications by KDE often use the GenericName
field for a short summary,
instead of the Comment
field (which is not its intended use case).