[Portland-bugs] [Bug 11383] New: xdg-mime query filetype doesn't work under xfce

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 26 13:54:04 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=11383

           Summary: xdg-mime query filetype doesn't work under xfce
           Product: Portland
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: xdg-utils
        AssignedTo: portland-bugs at lists.freedesktop.org
        ReportedBy: pelle at debian.org


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


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Portland-bugs mailing list