mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
It seems some Ubuntu versions ignore the `icon` field and only use `generic-icon`, so this change adds that field. This will fix displaying the icon on newer Ubuntu versions. And since we keep the `icon` field it should still work everywhere else. Fixes #11144.
13 lines
480 B
XML
13 lines
480 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-kmp">
|
|
<comment>Keyman keyboard package</comment>
|
|
<sub-class-of type="application/zip"/>
|
|
<glob pattern="*.kmp"/>
|
|
<icon name="application-x-kmp"/>
|
|
<generic-icon name="application-x-kmp"/>
|
|
</mime-type>
|
|
<mime-type type="application/keyman">
|
|
<comment>Keyman keyboard installation link</comment>
|
|
</mime-type>
|
|
</mime-info>
|