On 16 June 2012 13:37, Mateusz Loskot <mateusz@xxxxxxxxxx> wrote: > There has been a bug reported to freedesktop.org about problems in xdg-open: > > https://bugs.freedesktop.org/show_bug.cgi?id=45859 > > I can reproduce this bug on my Arch installation (updated daily). FYI, the problem has been identified and David Costa posted simple fix: https://bugs.freedesktop.org/show_bug.cgi?id=45859#c2 """ The eval parameter on line 659 is not quoted. The original line is: eval '$browser $1'$xdg_redirect_output; while it should be: eval '$browser "$1"'$xdg_redirect_output; """ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net