The command:<br><br>xdg-mime query filetype foo.zip<br><br>Fails with:<br><br>xdg-mime: no method available for quering MIME type of &#39;foo.zip&#39;<br><br>I&#39;m on XUbuntu (Xfce 4) using xdg-mime 1.0.1.&nbsp; Debugging the script I find that $DE is correctly detected as &quot;xfce&quot;.&nbsp; The problem seems to be that there is no case statement for xfce - only kde, gnome, and generic.<br>
<br>Looks like there needs to be some logic to, at the very least, route xfce to the &quot;generic&quot; case.<br><br>Shall I file a bug?<br><br>