[gnome-font-viewer/gnome-3-26] thumbnailer: handle font/ttf and font/otf mime types



commit b491ad402ca5657825a1e5ea3df69b1808efc647
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Oct 4 11:59:38 2017 -0700

    thumbnailer: handle font/ttf and font/otf mime types
    
    These were recently added to shared-mime-info; see
    https://www.iana.org/assignments/media-types/font/otf and
    https://www.iana.org/assignments/media-types/font/ttf.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788383

 src/gnome-font-viewer.thumbnailer |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-font-viewer.thumbnailer b/src/gnome-font-viewer.thumbnailer
index d0653b1..5ff5d02 100644
--- a/src/gnome-font-viewer.thumbnailer
+++ b/src/gnome-font-viewer.thumbnailer
@@ -1,5 +1,4 @@
 [Thumbnailer Entry]
 TryExec=gnome-thumbnail-font
 Exec=gnome-thumbnail-font --size %s %u %o
-MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf;
-
+MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf;font/ttf;font/otf;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]