[gnome-software: 1/2] data: Update and expand the default curated apps list




commit 589650832ac870cc3ae539765357812252007d67
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon Jul 25 20:49:11 2022 +0200

    data: Update and expand the default curated apps list
    
    The old list wasn’t long enough to actually populate the overview page
    if it was the only source of curated apps. 12 apps are needed for the
    section to be shown on the overview page.
    
    While we don’t expect distros to only use this list (or to use this list
    at all) – they should be providing their own curated lists – GNOME OS
    currently uses this list. We should make it work.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1809

 data/assets/org.gnome.Software.Curated.xml | 83 +++++++++++++++++++++++++++---
 1 file changed, 76 insertions(+), 7 deletions(-)
---
diff --git a/data/assets/org.gnome.Software.Curated.xml b/data/assets/org.gnome.Software.Curated.xml
index 6b0afeb08..4dc828c90 100644
--- a/data/assets/org.gnome.Software.Curated.xml
+++ b/data/assets/org.gnome.Software.Curated.xml
@@ -1,26 +1,47 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <components>
-  <!-- Arbitrary list of popular GNOME apps -->
+  <!-- Arbitrary list of popular GNOME apps. The list should be long enough
+       to show up on the overview page if it’s the only source of curated apps.
+       Distros should not ship this in production releases: they should be
+       providing their own curated list of ‘Editor’s Choice’ apps instead. -->
   <component merge="append">
-    <id>org.gnome.Builder</id>
+    <id>org.gnome.Aisleriot</id>
     <kudos>
       <kudo>GnomeSoftware::popular</kudo>
     </kudos>
   </component>
   <component merge="append">
-    <id>org.gnome.clocks</id>
+    <id>org.gnome.Boxes.desktop</id>
     <kudos>
       <kudo>GnomeSoftware::popular</kudo>
     </kudos>
   </component>
   <component merge="append">
-    <id>org.gnome.Dictionary</id>
+    <id>org.gnome.Builder.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Calendar.desktop</id>
     <kudos>
       <kudo>GnomeSoftware::popular</kudo>
     </kudos>
   </component>
   <component merge="append">
-    <id>org.gnome.Documents</id>
+    <id>org.gnome.clocks.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Contacts.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Dictionary</id>
     <kudos>
       <kudo>GnomeSoftware::popular</kudo>
     </kudos>
@@ -32,13 +53,61 @@
     </kudos>
   </component>
   <component merge="append">
-    <id>org.gnome.gedit</id>
+    <id>org.gnome.Evolution.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Geary.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Maps.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Nautilus.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>im.bernard.Nostalgia</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Notes.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Photos.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Polari.desktop</id>
+    <kudos>
+      <kudo>GnomeSoftware::popular</kudo>
+    </kudos>
+  </component>
+  <component merge="append">
+    <id>org.gnome.Todo</id>
     <kudos>
       <kudo>GnomeSoftware::popular</kudo>
     </kudos>
   </component>
   <component merge="append">
-    <id>org.gnome.Maps</id>
+    <id>org.gnome.Totem.desktop</id>
     <kudos>
       <kudo>GnomeSoftware::popular</kudo>
     </kudos>


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