[nautilus/wip/kalev/fix-appstream-id] appdata: Fix accidentally changed appstream ID



commit 8d5adcbdf88ba3ddccd008a2e4b191963f43bb32
Author: Kalev Lember <klember redhat com>
Date:   Wed Feb 6 09:34:44 2019 +0100

    appdata: Fix accidentally changed appstream ID
    
    Keep the ID as "org.gnome.Nautilus.desktop" as was in 3.32.x. The
    appstream ID is supposed to be stable and not change.
    
    This partially reverts commit e3e2811b9e09e9b265babddbaaad319a62f8caeb

 data/org.gnome.Nautilus.appdata.xml.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index cc1a8beec..1e3986323 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop-application">
-  <id>@appid@</id>
+  <id>@appid@.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <name>Nautilus</name>
   <summary>Access and organize files</summary>


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