Betterbird / thunderbird-patches

Betterbird is a fork of Mozilla Thunderbird. Here are the patches that provide all the goodness.
Other
455 stars 20 forks source link

Missing mimetype and mediatype in metadata .appdata.xml #231

Closed ishanarora closed 8 months ago

ishanarora commented 8 months ago

The mimetype in .appdata.xml do not match the ones in .desktop since commit a94572872158e9a68b805abfd17e260713a81cc2 Related to issue #230

Betterbird commented 8 months ago

What's mediatype? Please re-open if we missed something.

ishanarora commented 8 months ago

<mimetypes/> is deprecated. we should use <provides/> ↪ <mediatype/> instead.

Sources:

  1. https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-mimetypes
  2. https://github.com/mozilla/releases-comm-central/blob/master/taskcluster/docker/tb-flatpak/org.mozilla.Thunderbird.appdata.xml.in#L51
Betterbird commented 8 months ago

@mfschumann : So I change it? This file was initially created for FlatPak.

mfschumann commented 8 months ago

Maintenance of the TB flatpak was handed over to Mozilla a few months ago. It seems they have adjusted this stuff. It's probably a good idea to follow them. Feel free to make the changes. Thanks!