Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 11:13:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 195677] [PATCH] devel/xdg-utils: xdg-open broken for non-KDE/non-GNOME users
Message-ID:  <bug-195677-6497-G8apnboTRD@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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195677

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: kwm
Date: Sun Jan 17 11:12:17 UTC 2016
New revision: 406300
URL: https://svnweb.freebsd.org/changeset/ports/406300

Log:
  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!).

  PR:           195677
  Submitted by: uqs@

Changes:
  head/devel/xdg-utils/Makefile
  head/devel/xdg-utils/files/patch-scripts_xdg-open

--=20
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-6497-G8apnboTRD>