Public bug reported:

Binary package hint: democracyplayer

Miro install an xml file into $prefix/share/mime/package/ named miro.xml

This file is not valid XML :

<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info";>
   <mime-type type="application/x-miro">
     <comment>Miro Subscription File</comment>
     <glob pattern="*.miro"/>
   </mime-type>
</mime-info>

<!-- Old style subscription files. -->
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info";>
   <mime-type type="application/x-democracy">
     <comment>Democracy Subscription File</comment>
     <glob pattern="*.democracy"/>
   </mime-type>
</mime-info>

should be :

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

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

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

</mime-info>

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

** Changed in: miro (Ubuntu)
Sourcepackagename: democracyplayer => miro

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