Bug 5373

Summary: bug in mimetype database
Product: shared-mime-info Reporter: Jens Herden <jens>
Component: freedesktop.org.xmlAssignee: Jonathan Blandford <jrb>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Jens Herden 2005-12-18 03:10:36 UTC
There is a bug in this file: 
http://cvs.freedesktop.org/mime/shared-mime-info/freedesktop.org.xml.in?view=markup 
 
This part has wrong patterns: 
 
  <mime-type type="application/x-tex-gf"> 
    <_comment>generic font file</_comment> 
    <glob pattern="*.*gf"/> 
  </mime-type> 
  <mime-type type="application/x-tex-pk"> 
    <_comment>packed font file</_comment> 
    <glob pattern="*pk"/> 
  </mime-type> 
 
and should be replaced by: 
 
  <mime-type type="application/x-tex-gf"> 
    <_comment>generic font file</_comment> 
    <glob pattern="*.gf"/> 
  </mime-type> 
  <mime-type type="application/x-tex-pk"> 
    <_comment>packed font file</_comment> 
    <glob pattern="*.pk"/> 
  </mime-type>
Comment 1 Christian - Manny Calavera - Neumair 2006-02-22 03:59:24 UTC
Thanks, good catch! Fixed.

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.