From db5303aa521ba3a68385597b357109d19c0d7369 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 15 Mar 2022 11:47:59 +0100 Subject: appdata: Fix screenshots in the stable version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 : width (1024) did not match specified (1043) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png] • attribute-invalid : height (576) did not match specified (657) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png] • attribute-invalid : width (1024) did not match specified (1043) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png] • attribute-invalid : height (576) did not match specified (657) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png] --- data/appdata/org.gnome.Totem.appdata.xml.in | 4 ++-- 1 file 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 @@ https://l10n.gnome.org/module/totem/ https://help.gnome.org/users/totem/stable/ - https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png - https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png + https://gitlab.gnome.org/GNOME/totem/raw/gnome-3-38/data/appdata/ss-videos.png + https://gitlab.gnome.org/GNOME/totem/raw/gnome-3-38/data/appdata/ss-player.png hadess@hadess.net The GNOME developers -- cgit v1.2.1