diff options
author | John Watts <[email protected]> | 2019-09-05 22:47:40 +1000 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-07 16:05:46 +0200 |
commit | fda4d14c21f0d364dca0c7c67eb581be8f844270 (patch) | |
tree | 941283566f33f7e4653c9232925c306a4fd8c80f /font-viewer | |
parent | e02d22080e1706080933d236c5c2ff5b44430eda (diff) | |
download | mate-control-center-fda4d14c21f0d364dca0c7c67eb581be8f844270.tar.bz2 mate-control-center-fda4d14c21f0d364dca0c7c67eb581be8f844270.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')
-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 |