updater
updater copied to clipboard
Unsupported image format (.gif)
When starting the updater/launcher, the image of the latest blog post loads endlessly.
The following error is displayed in the terminal:
qrc:/NewsCard.qml:15:5: QML Image: Error decoding: http://www.unvanquished.net/wp-content/uploads/2020/09/20200908.unvanquished-freedom-granger-celebration.gif: Unsupported image format
It seems that .gif images aren't supported.
System: Debian GNU/Linux bullseye
I modified the “Featured image“ in the article to be a jpg, so the updater may work again.
Anyway, the bug is expected to still lie in updater code so I keep this issue open (we may at least display a fallback image and the text if image format is unknown).
What set of image formats do we want to support?
png,jpg, and maybe gif if it's not a pain?
I would go for png and jpg but if an unknown format is found, use the fallback image.
Maybe add webp to the list?