[gnome-font-viewer] thumbnailer: handle font/ttf and font/otf mime types
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-font-viewer] thumbnailer: handle font/ttf and font/otf mime types
- Date: Wed, 4 Oct 2017 19:01:55 +0000 (UTC)
commit 270fa84f3fe7b026866de72889e3c97f35504826
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]