[gnome-software] Update featured app IDs



commit 2e9e90652458e5685e92595822ed54b69db5ccb7
Author: Kalev Lember <klember redhat com>
Date:   Mon Apr 15 23:20:08 2019 +0200

    Update featured app IDs

 data/assets/org.gnome.Software.Featured.xml | 4 ++--
 plugins/core/gs-plugin-hardcoded-featured.c | 2 +-
 plugins/core/gs-plugin-hardcoded-popular.c  | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/assets/org.gnome.Software.Featured.xml b/data/assets/org.gnome.Software.Featured.xml
index da707bfe..1c5ccfb4 100644
--- a/data/assets/org.gnome.Software.Featured.xml
+++ b/data/assets/org.gnome.Software.Featured.xml
@@ -128,7 +128,7 @@ background:
     </metadata>
   </component>
   <component type="desktop" merge="append">
-    <id>org.gnome.Builder</id>
+    <id>org.gnome.Builder.desktop</id>
     <metadata>
       <value key="GnomeSoftware::FeatureTile-css">border-color: #000000;
 text-shadow: 0 1px 1px rgba(0,0,0,0.5);
@@ -165,7 +165,7 @@ background: #f6f5f4,
     </metadata>
   </component>
   <component type="desktop" merge="append">
-    <id>org.gnome.Polari</id>
+    <id>org.gnome.Polari.desktop</id>
     <metadata>
       <value key="GnomeSoftware::FeatureTile-css">border-color: #4e9a06;
 text-shadow: 0 2px #418e64;
diff --git a/plugins/core/gs-plugin-hardcoded-featured.c b/plugins/core/gs-plugin-hardcoded-featured.c
index c6c94140..bb10fb73 100644
--- a/plugins/core/gs-plugin-hardcoded-featured.c
+++ b/plugins/core/gs-plugin-hardcoded-featured.c
@@ -20,7 +20,7 @@ struct {
        const gchar *id;
        const gchar *css;
 } myapps[] = {
-       { "org.gnome.Builder",
+       { "org.gnome.Builder.desktop",
                "border-color: #000000;\n"
                "text-shadow: 0 1px 1px rgba(0,0,0,0.5);\n"
                "color: #ffffff;\n"
diff --git a/plugins/core/gs-plugin-hardcoded-popular.c b/plugins/core/gs-plugin-hardcoded-popular.c
index 92aa2974..7a246599 100644
--- a/plugins/core/gs-plugin-hardcoded-popular.c
+++ b/plugins/core/gs-plugin-hardcoded-popular.c
@@ -26,13 +26,13 @@ gs_plugin_add_popular (GsPlugin *plugin,
        const gchar *apps[] = {
                "org.gnome.Builder.desktop",
                "org.gnome.Calculator.desktop",
-               "org.gnome.clocks.desktop",
+               "org.gnome.clocks",
                "org.gnome.Dictionary.desktop",
                "org.gnome.Documents.desktop",
-               "org.gnome.Evince.desktop",
+               "org.gnome.Evince",
                "org.gnome.gedit.desktop",
                "org.gnome.Maps.desktop",
-               "org.gnome.Weather.desktop",
+               "org.gnome.Weather",
                NULL };
 
        /* we've already got enough popular apps */


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