diff options
author | John Watts <[email protected]> | 2019-09-05 22:47:40 +1000 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-07 16:07:07 +0200 |
commit | 8a2b5266988c8a3558a843b93c8672be3f1b9892 (patch) | |
tree | cdbee321671d65c9831759f02cb017bcf688be98 /font-viewer/mate-font-viewer.thumbnailer | |
parent | 989cb9ed3d29f78067a77cb6f67ee2385f2e9e3d (diff) | |
download | mate-control-center-8a2b5266988c8a3558a843b93c8672be3f1b9892.tar.bz2 mate-control-center-8a2b5266988c8a3558a843b93c8672be3f1b9892.tar.xz |
font-viewer: Add font/ttf and font/otf mime types
shared-mime-info 1.9 and newer use font/ttf and font/otf as the
mime types for OpenType and TrueType fonts.
Diffstat (limited to 'font-viewer/mate-font-viewer.thumbnailer')
-rw-r--r-- | font-viewer/mate-font-viewer.thumbnailer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/mate-font-viewer.thumbnailer b/font-viewer/mate-font-viewer.thumbnailer index 2433d441..74db3400 100644 --- a/font-viewer/mate-font-viewer.thumbnailer +++ b/font-viewer/mate-font-viewer.thumbnailer @@ -1,4 +1,4 @@ [Thumbnailer Entry] TryExec=mate-thumbnail-font Exec=mate-thumbnail-font --size %s %u %o -MimeType=application/x-font-ttf;application/x-font-type1;application/x-font-pcf;application/x-font-otf +MimeType=application/x-font-ttf;application/x-font-type1;application/x-font-pcf;application/x-font-otf;font/ttf;font/otf |