Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Dec 2014 14:04:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 195677] [PATCH] devel/xdg-utils: xdg-open broken for non-KDE/non-GNOME users
Message-ID:  <bug-195677-6497-nIF35KdTY1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195677-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195677-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Ulrich Spoerlein <uqs@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.org:
Bug 195677: [PATCH] devel/xdg-utils: xdg-open broken for non-KDE/non-GNOME
users
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195677



--- Description ---
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195677-6497-nIF35KdTY1>