Comment 4 for bug 114241

Revision history for this message
Prem Rara (fortran01) wrote : Re: [apport] package shared-mime-info failed to install/upgrade:

How do I actually run the shared-mime-info binary to get the backtrace?

Btw, freemind is a custom install. The installation did not go through because the syntax of the xml file is wrong (I think). This is the original file:

<mime-info>

 <mime-type type="application/x-freemind">

  <comment xml:lang="en">FreeMind Mindmap</comment>

  <glob pattern="*.mm"/>

 </mime-type>

</mime-info>

I changed it to:

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
        <mime-type type="application/x-freemind">
                <comment xml:lang="en">FreeMind Mindmap</comment>
                <glob pattern="*.mm"/>
        </mime-type>
</mime-info>