[vlc-commits] Use "org.videolan.VLC" as the AppStream ID
Nathaniel Graham
git at videolan.org
Wed Dec 27 10:59:03 CET 2017
vlc/vlc-3.0 | branch: master | Nathaniel Graham <pointedstick at zoho.com> | Tue Dec 26 23:28:16 2017 +0100| [b1ce7507cc9808369a6f2f10285cb25b13e1cb2f] | committer: Jean-Baptiste Kempf
Use "org.videolan.VLC" as the AppStream ID
Close #19335
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit f0a4dd5cd3f4927e947c4f9ecbe03868966ebd4a)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b1ce7507cc9808369a6f2f10285cb25b13e1cb2f
---
share/vlc.appdata.xml.in.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/share/vlc.appdata.xml.in.in b/share/vlc.appdata.xml.in.in
index 121259500d..b271502eb9 100644
--- a/share/vlc.appdata.xml.in.in
+++ b/share/vlc.appdata.xml.in.in
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2016 Jean-Baptiste Kempf -->
+<!-- Copyright 2016-2017 Jean-Baptiste Kempf CC-0 -->
<component type="desktop">
- <id>vlc.desktop</id>
+ <id>org.videolan.vlc</id>
+ <launchable type="desktop-id">vlc.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<name>VLC</name>
<summary>VLC media player, the open-source multimedia player</summary>
More information about the vlc-commits
mailing list