Re: xdg-open fails to open a url in a "generic" environment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux