Perhaps the problem is that in the mime description, nothing says that
those 2 mime types inherits text/xml (which itself inherits text/plain)

In clear, both mime types lack :
<sub-class-of type="application/xml"/>


<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info";>

<!-- New style subscription files. -->
   <mime-type type="application/x-miro">
     <sub-class-of type="application/xml"/>
     <comment>Miro Subscription File</comment>
     <glob pattern="*.miro"/>
   </mime-type>

<!-- Old style subscription files. -->
   <mime-type type="application/x-democracy">
     <sub-class-of type="application/xml"/>
     <comment>Democracy Subscription File</comment>
     <glob pattern="*.democracy"/>
   </mime-type>

</mime-info>

-- 
Invalid shared-mime XML file installed
https://bugs.launchpad.net/bugs/150851
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to