[totem/wip/hadess/appdata-stable-fixes] appdata: Fix screenshots in the stable version




commit db5303aa521ba3a68385597b357109d19c0d7369
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 15 11:47:59 2022 +0100

    appdata: Fix screenshots in the stable version
    
    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]

 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 @@
   <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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]