Comment 3 for bug 995067

Revision history for this message
Florian Diesch (diesch) wrote :

This is caused by the MIME type definition for application/x-glade in /usr/share/mime/packages/freedesktop.org.xml (package shared-mime-info):

 <magic priority="50">
      <match value="&lt;glade-interface" type="string" offset="0:256"/>
      <match value="gtk" type="string" offset="0:256"/>
 </magic>

This means that every file that has the string "gtk" in its first 256 bytes has the MIME type application/x-glade - which is a bit too general.