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>
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.