The following errors are found during appdata checking: * org.flameshot.flameshot: missing-desktop-file * flameshot.desktop: no-metainfo The root cause is the lack of a <launchable type="desktop-id"> tag in the metainfo file that references the name of .desktop file. This commit fixes that. (Another solution would be renaming flameshot.desktop to be org.flameshot.flameshot.desktop.)
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2018 Vitaly Zaitsev <vitaly@easycoding.org> -->
|
|
<component type="desktop">
|
|
<id>org.flameshot.flameshot</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
<name>Flameshot</name>
|
|
<summary>Powerful and simple to use screenshot software</summary>
|
|
<description>
|
|
<p>
|
|
Powerful and simple to use screenshot software with built-in
|
|
editor with advanced features.
|
|
</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/usageStatic.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/animatedUsage.gif</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://github.com/flameshot-org/flameshot</url>
|
|
<update_contact>https://github.com/flameshot-org/flameshot/issues/new</update_contact>
|
|
<launchable type="desktop-id">flameshot.desktop</launchable>
|
|
</component>
|