[Bug 195677] New: [PATCH] devel/xdg-utils: xdg-open broken for non-KDE/non-GNOME users

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 4 14:04:38 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195677

            Bug ID: 195677
           Summary: [PATCH] devel/xdg-utils: xdg-open broken for
                    non-KDE/non-GNOME users
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: uqs at FreeBSD.org
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)

Created attachment 150186
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150186&action=edit
patch for devel/xdg-utils

xdg-open falls through to some code for the non-KDE, non-GNOME case that relies
on the built-in printf to turn things like \x20 into a literal space. This was
fixed in Debian by using their /usr/bin/printf, which does that. Ours doesn't
but Jilles pointed me to unvis(1) which can decode URIs just fine (yay!).

See also:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612339
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613272

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer gnome at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list