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



commit 85c61f061cfcfbea150be16f981391dd8472a115
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Oct 4 12:00:41 2017 -0700

    desktop: 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/org.gnome.font-viewer.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/org.gnome.font-viewer.desktop.in b/src/org.gnome.font-viewer.desktop.in
index 3f5b268..e2642c4 100644
--- a/src/org.gnome.font-viewer.desktop.in
+++ b/src/org.gnome.font-viewer.desktop.in
@@ -11,7 +11,7 @@ Type=Application
 DBusActivatable=true
 StartupNotify=true
 Categories=GTK;GNOME;Utility;X-GNOME-Utilities;
-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;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gnome-font-viewer
 X-GNOME-Bugzilla-Component=general


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