⇦ | vala-panel-common [main]
Last updated on: 2024-04-18 20:10 [UTC]

Hints for vala-panel-common in main

org.valapanel.application ⚙ all

Errors

  • metainfo-no-name
    Component has no name specified. Ensure that the AppStream MetaInfo file or the .desktop file (if there is any) specify a component name.

Warnings

  • asv-component-name-missing
    -
    The component is missing a name (<name/> tag).
  • asv-component-summary-missing
    -
    The component is missing a summary (<summary/> tag).
  • asv-description-markup-invalid
    :6 - _p
    AppStream descriptions support only a limited set of tags to format text: Paragraphs (<p/>) and lists (<ul/>, <ol/>). This description markup contains an invalid XML tag that would not be rendered correctly in applications supporting the metainfo specification.
  • asv-description-markup-invalid
    :8 - _p
    AppStream descriptions support only a limited set of tags to format text: Paragraphs (<p/>) and lists (<ul/>, <ol/>). This description markup contains an invalid XML tag that would not be rendered correctly in applications supporting the metainfo specification.
  • asv-description-enum-item-invalid
    :8 - _li
    Enumerations must only have list items (<li/>) as children.
  • asv-description-enum-item-invalid
    :9 - _li
    Enumerations must only have list items (<li/>) as children.
  • asv-description-enum-item-invalid
    :10 - _li
    Enumerations must only have list items (<li/>) as children.
  • asv-app-description-required
    -
    The component is missing a long description. Components of this type must have a long description.
  • asv-desktop-app-launchable-missing
    -
    This `desktop-application` component is missing a `desktop-id` launchable tag. This means that this application can not be launched and has no association with its desktop-entry file. It also means no icon data or category information from the desktop-entry file will be available, which will result in this application being ignored entirely.
  • missing-launchable-desktop-file
    The MetaInfo file references a .desktop file with ID 'org.valapanel.application.desktop' in its launchable tag, but the file was not found in the same source tree. In order to be able to launch the software once it was installed, please place the MetaInfo file and its .desktop files in the same package.

Hints

  • asv-unknown-tag
    :4 - _name
    Found invalid tag. Non-standard tags should be prefixed with `x-`. AppStream also provides the <custom/> tag to add arbitrary custom data to metainfo files. This tag is read by AppStream libraries and may be useful instead of defining new custom toplevel or `x-`-prefixed tags if you just want to add custom data to a metainfo file.
  • asv-unknown-tag
    :5 - _summary
    Found invalid tag. Non-standard tags should be prefixed with `x-`. AppStream also provides the <custom/> tag to add arbitrary custom data to metainfo files. This tag is read by AppStream libraries and may be useful instead of defining new custom toplevel or `x-`-prefixed tags if you just want to add custom data to a metainfo file.
  • asv-unknown-tag
    :13 - launch
    Found invalid tag. Non-standard tags should be prefixed with `x-`. AppStream also provides the <custom/> tag to add arbitrary custom data to metainfo files. This tag is read by AppStream libraries and may be useful instead of defining new custom toplevel or `x-`-prefixed tags if you just want to add custom data to a metainfo file.
  • asv-content-rating-missing
    -
    This component has no `content_rating` tag to provide age rating information. You can generate the tag data online by answering a few questions at https://hughsie.github.io/oars/
  • description-from-package
    This software component gets its description from the package it is located in.
    This has several disadvantages, like poor markup, too technical descriptions for users of software centers, different components having the same description, etc.
    Please consider to either hide this .desktop file from AppStream by adding a X-AppStream-Ignore=true field to its .desktop file, or to write a MetaInfo file for this component to take the long description upstream. In future, components without MetaInfo file might be dropped from the metadata entirely. You can consult the XML quickstart guides for more information on how to write a MetaInfo file.