There is a small addition to font definition, which was originally present as mime-info in GNOME control-center: <?xml version="1.0" encoding="UTF-8"?> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="application/x-font-pcf"> <glob pattern="*.pcf.gz" /> </mime-type> <mime-type type="application/x-font-ttf"> <glob pattern="*.ttc" /> <glob pattern="*.TTC" /> </mime-type> </mime-info> Related: http://bugzilla.gnome.org/show_bug.cgi?id=315518
(In reply to comment #0) > There is a small addition to font definition, which was originally present as > mime-info in GNOME control-center: > > <?xml version="1.0" encoding="UTF-8"?> > <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> > <mime-type type="application/x-font-pcf"> > <glob pattern="*.pcf.gz" /> Why are .pcf.Z under application/x-font-type1, and *.pcf under application/x-font-pcf? > </mime-type> > <mime-type type="application/x-font-ttf"> > <glob pattern="*.ttc" /> > <glob pattern="*.TTC" /> That's unneeded, the globs are not case sensitive (and it's already there now) 2007-02-06 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: Move *.pcf.Z to application/x-font-pcf as it's definitely not a Postscript font, add *.pcf.gz as well (Closes: #4398)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.