diff options
author | raveit65 <[email protected]> | 2019-09-07 16:28:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-10 17:13:20 +0200 |
commit | c02ad6bc6f11b4618cffc08653f1f45ecd790787 (patch) | |
tree | 1c957c1c1aa8d2e76b21c142104b52feb57842fa /font-viewer | |
parent | 8a2b5266988c8a3558a843b93c8672be3f1b9892 (diff) | |
download | mate-control-center-c02ad6bc6f11b4618cffc08653f1f45ecd790787.tar.bz2 mate-control-center-c02ad6bc6f11b4618cffc08653f1f45ecd790787.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; |