diff options
| author | Marius P <[email protected]> | 2023-12-28 03:36:41 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-12-28 08:52:09 +0000 |
| commit | 12e8dbe8c4d9919204a64111db90161d6cad35e4 (patch) | |
| tree | 2206846f34e9f0b5d88f077106a06e10e9b4b37c /src/org.kde.dolphin.appdata.xml | |
| parent | 849d9c75a73db5e78e194350cf7686fd52457e01 (diff) | |
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.".
Diffstat (limited to 'src/org.kde.dolphin.appdata.xml')
| -rw-r--r-- | src/org.kde.dolphin.appdata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <provides> <binary>dolphin</binary> </provides> + <launchable type="desktop-id">org.kde.dolphin.desktop</launchable> <releases> <release version="23.08.4" date="2023-12-07"/> <release version="23.08.3" date="2023-11-09"/> |
