Date: Thu, 04 Dec 2014 14:04:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195677] New: [PATCH] devel/xdg-utils: xdg-open broken for non-KDE/non-GNOME users Message-ID: <bug-195677-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: uqs@FreeBSD.org Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@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@FreeBSD.org> --- Auto-assigned to maintainer gnome@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195677-13>