[arch-general] xdg-open fails to open a url in a "generic" environment
Hi, 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). I think this bug report is related to that problem too: https://bugs.archlinux.org/task/28011 I wonder if, is there any fix for that problem baked by Arch itself? BTW, perhaps Arch users could vote for the bug report in freedesktop.org so its priority is bumped up. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
On 16 June 2012 13:37, Mateusz Loskot <mateusz@loskot.net> 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
participants (1)
-
Mateusz Loskot