diff options
author | raveit65 <[email protected]> | 2019-09-07 16:28:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-09 09:12:36 +0200 |
commit | 4a9d5332d871b6f51ade6c18b8c713a27ec12594 (patch) | |
tree | 2cfb4b8a3e63f78794e3cff87c405c05165af3f2 /font-viewer | |
parent | fda4d14c21f0d364dca0c7c67eb581be8f844270 (diff) | |
download | mate-control-center-4a9d5332d871b6f51ade6c18b8c713a27ec12594.tar.bz2 mate-control-center-4a9d5332d871b6f51ade6c18b8c713a27ec12594.tar.xz |
fv: thumbnailer: add font/collection to the supported mimetypes
We support collections but don't advertise the mimetype, so we fail
to lookup the correct thumbnailer.
origin commit:
https://gitlab.gnome.org/GNOME/gnome-font-viewer/commit/e1c54dd
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 74db3400..bb0a2d63 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;font/ttf;font/otf +MimeType=application/x-font-ttf;application/x-font-type1;application/x-font-pcf;application/x-font-otf;font/ttf;font/otf;font/collection; |