summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2020-11-29 10:05:36 +0000
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-12-09 14:55:17 +0000
commit59c3802711f4cf03079ca565d635006ac01b13a1 (patch)
treef16963a3883fcdd53e882ad62eca4caa6a1eca8f
parent9eb7df7fef948dbfefbd31dc54ce9a467d2579f2 (diff)
debug-viewer: Make appdata valid again
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/229>
-rw-r--r--debug-viewer/org.freedesktop.GstDebugViewer.appdata.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug-viewer/org.freedesktop.GstDebugViewer.appdata.xml.in b/debug-viewer/org.freedesktop.GstDebugViewer.appdata.xml.in
index 0b3f611..1a95d6d 100644
--- a/debug-viewer/org.freedesktop.GstDebugViewer.appdata.xml.in
+++ b/debug-viewer/org.freedesktop.GstDebugViewer.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.freedesktop.GstDebugViewer</id>
- <launchable type="desktop">org.freedesktop.GstDebugViewer.desktop</launchable>
+ <launchable type="desktop-id">org.freedesktop.GstDebugViewer.desktop</launchable>
<metadata_license>CC-BY-3.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>GStreamer Debug Viewer</name>