@fedelibre
Copy link

Can you please help me to debug the errors in this metainfo file?

org.frescobaldi.Frescobaldi.appdata.xml.txt

The file is generated with appstreamcli news-to-metainfo, see here.

I'm currently building a new flatpak and I see these errors in the generated file:

$ appstreamcli validate ./_stable/files/share/appdata/org.frescobaldi.Frescobaldi.appdata.xml
E: org.frescobaldi.Frescobaldi:203: description-enum-item-invalid ul
W: org.frescobaldi.Frescobaldi:160: description-has-plaintext-url ul
I: org.frescobaldi.Frescobaldi:153: url-not-secure http://frescobaldi.org/
E: org.frescobaldi.Frescobaldi:162: description-para-markup-invalid url
I: org.frescobaldi.Frescobaldi:3: cid-contains-uppercase-letter org.frescobaldi.Frescobaldi
E: org.frescobaldi.Frescobaldi:176: description-enum-item-invalid ul

I don't understand the errors about ul items.
And why is the url tag invalid? I read the spec and I thought I could use it. What I'm missing?

Thanks in advance