davesteele / gnome-gmail

Integrate GMail into the Linux Desktop
https://davesteele.github.io/gnome-gmail/
GNU General Public License v2.0
50 stars 13 forks source link

Appdata strict validation errors #59

Open scop opened 7 years ago

scop commented 7 years ago

Mostly just a FYI, output is from after applying #58. Too bad trusty doesn't have appstream-util available, otherwise this could be tested on Travis.

value-missing: intltool apparently loses XML comments, not sure if anything can be sanely done about this.

$ appstream-util --version
Version:    0.6.13
$ appstream-util validate-strict gnome-gmail.appdata.xml
gnome-gmail.appdata.xml: FAILED:
• value-missing         : <!-- Copyright [year] [name] --> is not present
• aspect-ratio-invalid  : <screenshot> aspect ratio not 16:9 [https://davesteele.github.io/gnome-gmail/screenshots/OAuth2-crop.png]
• aspect-ratio-invalid  : <screenshot> aspect ratio not 16:9 [https://davesteele.github.io/gnome-gmail/screenshots/Desktop-crop.png]
• aspect-ratio-invalid  : <screenshot> aspect ratio not 16:9 [https://davesteele.github.io/gnome-gmail/screenshots/Nautilus-crop.png]
• aspect-ratio-invalid  : <screenshot> aspect ratio not 16:9 [https://davesteele.github.io/gnome-gmail/screenshots/AccountSelection-crop.png]
• aspect-ratio-invalid  : <screenshot> aspect ratio not 16:9 [https://davesteele.github.io/gnome-gmail/screenshots/WebInterface-crop.png]
Validation of files failed
davesteele commented 6 years ago

The XML/intltool issue is fixed in the latest version.