[gnome-boxes/wip/kalev/appdata-id: 2/2] appdata: Keep the app ID same as was in 3.30



commit 0a9e139b3aac094269d951d97491b07e77eb7144
Author: Kalev Lember <klember redhat com>
Date:   Thu Apr 11 20:08:57 2019 +0200

    appdata: Keep the app ID same as was in 3.30
    
    Go back to "org.gnome.Boxes.desktop" as in 3.30. The appdata spec is
    very clear that the app ID is not supposed to change and should be a
    unique identifier for the app across distributions.

 data/org.gnome.Boxes.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Boxes.appdata.xml.in b/data/org.gnome.Boxes.appdata.xml.in
index db8731cd..41e1a2ff 100644
--- a/data/org.gnome.Boxes.appdata.xml.in
+++ b/data/org.gnome.Boxes.appdata.xml.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
-  <id>org.gnome.Boxes</id>
+  <id>org.gnome.Boxes.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>LGPL-2.1+</project_license>
   <name>GNOME Boxes</name>


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