summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-03-15 11:47:59 +0100
committerBastien Nocera <hadess@hadess.net>2022-03-15 11:47:59 +0100
commitdb5303aa521ba3a68385597b357109d19c0d7369 (patch)
tree7f983c38ab7ff9073137947eeb532cba21a7a95c
parent18a1272ba79974a599df3333d6a7f2712baa97ed (diff)
downloadtotem-gnome-3-38.tar.gz
appdata: Fix screenshots in the stable versiongnome-3-38
We updated the screenshots that will be used for GNOME 42, but we still need to keep the old screenshots working for the old version. • attribute-invalid : <screenshot> width (1024) did not match specified (1043) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png] • attribute-invalid : <screenshot> height (576) did not match specified (657) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png] • attribute-invalid : <screenshot> width (1024) did not match specified (1043) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png] • attribute-invalid : <screenshot> height (576) did not match specified (657) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png]
-rw-r--r--data/appdata/org.gnome.Totem.appdata.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in b/data/appdata/org.gnome.Totem.appdata.xml.in
index 0cedc9ed5..a5ed00207 100644
--- a/data/appdata/org.gnome.Totem.appdata.xml.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in
@@ -26,8 +26,8 @@
<url type="translate">https://l10n.gnome.org/module/totem/</url>
<url type="help">https://help.gnome.org/users/totem/stable/</url>
<screenshots>
- <screenshot type="default" width="1024" height="576">https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png</screenshot>
- <screenshot width="1024" height="576">https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png</screenshot>
+ <screenshot type="default" width="1024" height="576">https://gitlab.gnome.org/GNOME/totem/raw/gnome-3-38/data/appdata/ss-videos.png</screenshot>
+ <screenshot width="1024" height="576">https://gitlab.gnome.org/GNOME/totem/raw/gnome-3-38/data/appdata/ss-player.png</screenshot>
</screenshots>
<update_contact>hadess@hadess.net</update_contact>
<developer_name>The GNOME developers</developer_name>