spiegel-keyman/linux/keyman-config/resources/keyman.sharedmimeinfo
Eberhard Beilharz 627703734a
fix(linux): Fix icon for .kmp files
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.
2024-04-24 18:00:41 +02:00

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>