Hi, In the case block at line 717 in xdg-mime, there is no case for xfce: case "$DE" in kde) info_kde "$filename" ;; gnome) info_gnome "$filename" ;; generic) info_generic "$filename" ;; esac Thus, "xdg-mime query filetype" doesn't work under Xfce. http://bugs.debian.org/430654
Indeed, changing "generic)" to "*)" should fix.
Hi, anybody going to apply this fix?
Committed in CVS revision 1.47 Fix xdg-mime query filetype on XFCE
According to last comment, this issue has been fixed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.