You have been subscribed to a public bug:

Binary package hint: openoffice.org

/usr/share/mime/packages/openoffice.org-common.xml (line 63) which is installed 
with OO.o defines the mimetype "application/msword" with the description "Word 
document template". This causes all Word documents (both *.doc and *.dot) to be 
described as "Word document template in Nautilus.
 <mime-type type="application/msword">
    <comment>Word document template</comment>
    <glob pattern="*.dot"/>
 </mime-type>

The solution is to change that mimetype to application/msword-template, as used 
by freedesktop.org shared-mime-database. (Probably this has to be changed in 
some source file used to generate this file.)
 <mime-type type="application/msword-template">
    <comment>Word document template</comment>
    <glob pattern="*.dot"/>
 </mime-type>

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Incorrect description for Word document mime type
https://bugs.edge.launchpad.net/bugs/294677
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to nautilus in ubuntu.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to