Skip to content

Commit

Permalink
metainfo: Fix launchable and update description
Browse files Browse the repository at this point in the history
`<launchable>` must coincide with the actual URL path defined by the
manifest.

Also remove the redundant "Cockpit" from `<name>`, as all of these
extensions are about Cockpit. This makes the "Applications" page more
consistent.

Remove the period from `<summary>`, as the spec [1] suggests.

[1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent

https://bugzilla.redhat.com/show_bug.cgi?id=1854673

Cherry-picked from master commit 8dc5833

Closes #426
  • Loading branch information
martinpitt authored Jul 14, 2020
1 parent 447603c commit f7d609b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.cockpit-project.podman.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<component type="addon">
<id>org.cockpit_project.podman</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Cockpit Podman</name>
<name>Podman</name>
<summary>
Cockpit component for Podman containers.
Cockpit component for Podman containers
</summary>
<description>
<p>
The Cockpit user interface for Podman containers.
</p>
</description>
<extends>org.cockpit_project.cockpit</extends>
<launchable type="cockpit-manifest">cockpit-podman</launchable>
<launchable type="cockpit-manifest">podman</launchable>
</component>

0 comments on commit f7d609b

Please sign in to comment.