From 4a9d5332d871b6f51ade6c18b8c713a27ec12594 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 7 Sep 2019 16:28:40 +0200 Subject: 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 --- font-viewer/mate-font-viewer.thumbnailer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1