Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 247694
Collapse All | Expand All

(-)xdg-open-ORIG (-1 / +1 lines)
Lines 408-414 Link Here
408
408
409
if [ x"$DE" = x"" ]; then
409
if [ x"$DE" = x"" ]; then
410
    # if BROWSER variable is not set, check some well known browsers instead
410
    # if BROWSER variable is not set, check some well known browsers instead
411
    if [ x"$BROWSER" = x"" ]; then
411
    if [[ x"$BROWSER" == x"" || x"$BROWSER" == x"xdg-open" ]]; then
412
        BROWSER=firefox:mozilla:netscape
412
        BROWSER=firefox:mozilla:netscape
413
    fi
413
    fi
414
    DE=generic
414
    DE=generic

Return to bug 247694