K 10 svn:author V 3 kwm K 8 svn:date V 27 2016-01-17T11:12:17.369482Z K 7 svn:log V 343 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@ END