From 12e8dbe8c4d9919204a64111db90161d6cad35e4 Mon Sep 17 00:00:00 2001 From: Marius P Date: Thu, 28 Dec 2023 03:36:41 +0200 Subject: [PATCH] org.kde.dolphin.appdata.xml add launchable Fix "appstreamcli validate --explain" issue "I: org.kde.dolphin.desktop:~: desktop-app-launchable-omitted This `desktop-application` component has no `desktop-id` launchable tag, however it contains all the necessary information to display the application. The omission of the launchable entry means that this application can not be launched directly from installers or software centers. If this is intended, this information can be ignored, otherwise it is strongly recommended to add a launchable tag as well.". --- src/org.kde.dolphin.appdata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org.kde.dolphin.appdata.xml b/src/org.kde.dolphin.appdata.xml index 58f765777..73807b6ad 100644 --- a/src/org.kde.dolphin.appdata.xml +++ b/src/org.kde.dolphin.appdata.xml @@ -508,6 +508,7 @@ dolphin + org.kde.dolphin.desktop -- 2.47.3