Skip to content

Remove screenshot dimensions from appdata

Snehit Sah requested to merge (removed):appdata-updates into master

Refer https://github.com/flathub/org.kde.falkon/pull/3#issuecomment-1064018275

Screenshot dimensions can easily go out of sync when they change. The appdata file was correct until some days back, but currently, it fails check.

./linux/appdata/org.kde.falkon.appdata.xml: FAILED:
• attribute-invalid     : <screenshot> width (1105) did not match specified (981) [https://cdn.kde.org/screenshots/falkon/falkon.png]
• attribute-invalid     : <screenshot> height (855) did not match specified (659) [https://cdn.kde.org/screenshots/falkon/falkon.png]
Validation of files failed

So removed explicit mention of dimensions.

Merge request reports