Invalid shared-mime XML file installed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Miro |
Fix Released
|
Unknown
|
|||
miro (Ubuntu) |
Fix Released
|
Low
|
Chris Halse Rogers |
Bug Description
Binary package hint: democracyplayer
Miro install an xml file into $prefix/
This file is not valid XML :
<mime-info xmlns="http://
<mime-type type="applicati
<comment>Miro Subscription File</comment>
<glob pattern="*.miro"/>
</mime-type>
</mime-info>
<!-- Old style subscription files. -->
<mime-info xmlns="http://
<mime-type type="applicati
<comment>
<glob pattern=
</mime-type>
</mime-info>
should be :
<mime-info xmlns="http://
<!-- New style subscription files. -->
<mime-type type="applicati
<comment>Miro Subscription File</comment>
<glob pattern="*.miro"/>
</mime-type>
<!-- Old style subscription files. -->
<mime-type type="applicati
<comment>
<glob pattern=
</mime-type>
</mime-info>
Related branches
Changed in democracy: | |
status: | Unknown → Confirmed |
Changed in democracy: | |
status: | Confirmed → Fix Released |
Changed in miro: | |
status: | Confirmed → Fix Released |
I'm pretty sure this was fixed in the miro-0. 9.8.1-0ubuntu4 upload. Can you check what version of the miro package you have installed? Either -0ubuntu4 or -0ubuntu5 should already have this fixed.