67 lines
2.4 KiB
Diff
67 lines
2.4 KiB
Diff
From d2c8b8b531792ff83163fd705b8bd2fd2d690884 Mon Sep 17 00:00:00 2001
|
|
From: Kalev Lember <klember@redhat.com>
|
|
Date: Mon, 14 Oct 2019 19:53:41 +0200
|
|
Subject: [PATCH] Update renamed appstream ids for GNOME 3.34
|
|
|
|
---
|
|
data/assets/org.gnome.Software.Featured.xml | 8 ++++----
|
|
plugins/core/gs-plugin-hardcoded-popular.c | 2 +-
|
|
2 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/data/assets/org.gnome.Software.Featured.xml b/data/assets/org.gnome.Software.Featured.xml
|
|
index 188210f79..351de5604 100644
|
|
--- a/data/assets/org.gnome.Software.Featured.xml
|
|
+++ b/data/assets/org.gnome.Software.Featured.xml
|
|
@@ -84,7 +84,7 @@ text-shadow: none;</value>
|
|
</custom>
|
|
</component>
|
|
<component>
|
|
- <id>org.gnome.Boxes</id>
|
|
+ <id>org.gnome.Boxes.desktop</id>
|
|
<categories>
|
|
<category>Featured</category>
|
|
</categories>
|
|
@@ -111,7 +111,7 @@ text-shadow: none;
|
|
</custom>
|
|
</component>
|
|
<component>
|
|
- <id>org.gnome.SoundRecorder</id>
|
|
+ <id>org.gnome.SoundRecorder.desktop</id>
|
|
<custom>
|
|
<value key="GnomeSoftware::FeatureTile-css">border: 1px solid #bbb;
|
|
/* background: #f6f5f4 url('file://@datadir@/gnome-software/featured-sound-recorder.svg')
|
|
@@ -305,7 +305,7 @@ text-shadow: none;</value>
|
|
</custom>
|
|
</component>
|
|
<component>
|
|
- <id>org.gnome.Todo</id>
|
|
+ <id>org.gnome.Todo.desktop</id>
|
|
<custom>
|
|
<value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
|
|
background: url('file://@datadir@/gnome-software/featured-todo-bg.jpg') center 40% repeat;
|
|
@@ -341,7 +341,7 @@ background: #1b2838 url('http://people.gnome.org/~jimmac/gnome-software/steam-lo
|
|
</custom>
|
|
</component>
|
|
<component>
|
|
- <id>org.gnome.tetravex</id>
|
|
+ <id>org.gnome.Tetravex</id>
|
|
<custom>
|
|
<value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
|
|
background: url('file://@datadir@/gnome-software/featured-tetravex-bg.jpg') center 45% repeat;
|
|
diff --git a/plugins/core/gs-plugin-hardcoded-popular.c b/plugins/core/gs-plugin-hardcoded-popular.c
|
|
index 7a2465998..3998a813b 100644
|
|
--- a/plugins/core/gs-plugin-hardcoded-popular.c
|
|
+++ b/plugins/core/gs-plugin-hardcoded-popular.c
|
|
@@ -26,7 +26,7 @@ gs_plugin_add_popular (GsPlugin *plugin,
|
|
const gchar *apps[] = {
|
|
"org.gnome.Builder.desktop",
|
|
"org.gnome.Calculator.desktop",
|
|
- "org.gnome.clocks",
|
|
+ "org.gnome.clocks.desktop",
|
|
"org.gnome.Dictionary.desktop",
|
|
"org.gnome.Documents.desktop",
|
|
"org.gnome.Evince",
|
|
--
|
|
2.23.0
|
|
|