From 3cb5bdcbe4266b933b3c7a53055cc4212cd3cfa1 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 1 Jul 2023 00:12:44 +0200 Subject: [PATCH] Adjusted Appstream metadata component type and added launcable tag. This fixes the following appstream warning and make program show up in the appstream data set: asv-desktop-app-launchable-missing This `desktop-application` component is missing a `desktop-id` launchable tag. This means that this application can not be launched and has no association with its desktop-entry file. It also means no icon data or category information from the desktop-entry file will be available, which will result in this application being ignored entirely. Part of Debian FreeCAD edition since 2023. --- src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in b/src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in index 859d8f8dea..582eecc9a6 100644 --- a/src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in +++ b/src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in @@ -1,9 +1,10 @@ - + org.freecadweb.FreeCAD LGPL-2.1 CC0-1.0 The FreeCAD Team + org.freecadweb.FreeCAD.desktop FreeCAD An open source parametric 3D CAD modeler