GNOME Bugzilla – Bug 333158
mimetype detection issue after upgrade to 2.13.91 to 2.13.92
Last modified: 2006-03-10 11:49:09 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/gnome-vfs2/+bug/33301 "Abiword files MIME/Type is now text/plain according to Nautilus. ~ file ndls.abw ndls.abw: XML document text This prevents .abw file to be opened by double-clicking on it. It's also bad as they are previewed as txt files. All .abw files suffer from this bug since 28 februrary upgrad http://librarian.launchpad.net/1610927/ndls.abw This file is considered a plain/text" Downgrading to 2.13.91 fixes the issue
Thanks, that was an issue with shared-mime-info. I've committed a fix to shared-mime-info HEAD: Index: freedesktop.org.xml.in =================================================================== RCS file: /cvs/mime/shared-mime-info/freedesktop.org.xml.in,v retrieving revision 1.124 diff -u -p -r1.124 freedesktop.org.xml.in --- freedesktop.org.xml.in 2 Mar 2006 19:41:10 -0000 1.124 +++ freedesktop.org.xml.in 2 Mar 2006 20:13:12 -0000 @@ -510,6 +510,7 @@ command to generate the output files. <glob pattern="*.7z"/> </mime-type> <mime-type type="application/x-abiword"> + <sub-class-of type="application/xml"/> <_comment>AbiWord document</_comment> <magic priority="50"> <match type="string" value="<abiword" offset="0:64"/>
Thanks for fixing it. Are you upstream or are you in touch with upstream for it? Current tarball (0.16) is almost one year old now and distribution are probably lacking a bunch of useful changes like that one since usually they use tarballs for the packaging...
*** Bug 334081 has been marked as a duplicate of this bug. ***