Comment 41 for bug 877256

Revision history for this message
Francesco Astegiano (francesco-astegiano) wrote :

Nautilus displays application/x-extension-war as mimetype for war files but it's not mapped in any mime files under /usr/share/mime/packages

I've tryed adding the following to the freedesktop file without success

<mime-type type="application/x-extension-war">
    <comment>War archive</comment>
    <alias type="application/zip"/>
    <generic-icon name="package-x-generic"/>
    <sub-class-of type="application/zip"/>
    <glob pattern="*.war"/>
  </mime-type>