summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Göllnitz <camelcasenick@bewares.it>2023-04-19 19:07:37 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2023-05-01 11:03:34 +0000
commitbbf835cd6b0f5f17bf5bb843eb0dbc6ba2478c43 (patch)
tree2df9371e771f39cf0112022055830395dcaaa16b
parentb0a479218419d4cfbd770ee989d89143a4333861 (diff)
downloadgnome-contacts-bbf835cd6b0f5f17bf5bb843eb0dbc6ba2478c43.tar.gz
meta: reference correct desktop file in appdata
The AppStream data is automatically completed from a referenced desktop file. The desktop file here, however, is hardcoded to be org.gnome.Contacts. That leads to Software displaying the org.gnome.Contacts icon, even for the .Devel variant. see: <https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html> Signed-off-by: Markus Göllnitz <camelcasenick@bewares.it>
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 12e277a..2749672 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -885,7 +885,7 @@
<update_contact>nielsdg@gnome.org</update_contact>
<project_group>GNOME</project_group>
<developer_name>The GNOME Project</developer_name>
- <launchable type="desktop-id">org.gnome.Contacts.desktop</launchable>
+ <launchable type="desktop-id">@app_id@.desktop</launchable>
<translation type="gettext">gnome-contacts</translation>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>