Skip to content

Commit

Permalink
metainfo: Allow all exportable patterns for launchable
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Dec 5, 2024
1 parent 017ce3a commit 9a23176
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/02-for-app-authors/03-metainfo-guidelines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ All graphical applications having a desktop file must have this tag in
the MetaInfo. If this is present, `appstreamcli compose` will pull
icons, keywords and categories from the desktop file.

The value must exactly be the [Application-ID](./../requirements#application-id)
followed by `.desktop` suffix. Multiple launchable tags must not be used.
The value must correspond to an installed desktop file and adhere to the
permitted [exportable patterns](https://docs.flatpak.org/en/latest/conventions.html#desktop-files).
Multiple launchable tags must not be used.

```xml
<launchable type="desktop-id">org.flatpak.qtdemo.desktop</launchable>
Expand Down

0 comments on commit 9a23176

Please sign in to comment.