Bug 4398 - font MIME enhancement
Summary: font MIME enhancement
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: x86 (IA32) All
: high enhancement
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 06:21 UTC by Stanislav Brabec
Modified: 2007-02-06 03:12 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Stanislav Brabec 2005-09-08 06:21:39 UTC
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
Comment 1 Bastien Nocera 2007-02-06 03:12:55 UTC
(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.