Skip to content
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

Unexpected warnings for 'appstream validate' on components with merge="append" #645

Open
sidt4 opened this issue Aug 6, 2024 · 1 comment

Comments

@sidt4
Copy link
Contributor

sidt4 commented Aug 6, 2024

appstreamcli validate support for components with merge="append" was added in #455.

Now, running validation on org.gnome.App-list.xml.txt obtained from https://gitlab.gnome.org/GNOME/gnome-app-list/ results in the following warnings.

$ appstreamcli validate _build/org.gnome.App-list.xml

I: app.drey.Biblioteca:9: nonstandard-gnome-extension kudos
W: app.drey.Biblioteca:~: url-homepage-missing
W: app.drey.Biblioteca:~: category-invalid Featured
W: app.drey.Biblioteca:~: all-categories-ignored
I: app.drey.Biblioteca:~: developer-info-missing

I: app.drey.Dialect:21: nonstandard-gnome-extension kudos
W: app.drey.Dialect:~: url-homepage-missing
W: app.drey.Dialect:~: category-invalid Featured
W: app.drey.Dialect:~: all-categories-ignored
I: app.drey.Dialect:~: developer-info-missing
...
...
✘ Validation failed: warnings: 360, infos: 194
$ echo $?
3

I guess except for nonstandard-gnome-extension kudos, validation should not report any warnings.

$ appstreamcli --version
AppStream version: 1.0.3
@sidt4
Copy link
Contributor Author

sidt4 commented Aug 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant