[Portland-bugs] [Bug 44164] New: $BROWSER fallback in xdg-open splits URL on :

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 26 20:07:12 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=44164

             Bug #: 44164
           Summary: $BROWSER fallback in xdg-open splits URL on :
    Classification: Unclassified
           Product: Portland
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: xdg-utils
        AssignedTo: portland-bugs at lists.freedesktop.org
        ReportedBy: freedesktop.zen.ssokolow at spamgourmet.com


With current git HEAD (b961235b197647d6649ef3d48d7cc2cecafe3d47), instead of
opening a URL properly, xdg-open attempts to open two tabs, the first navigated
to "http" and the second to the rest of the URL.

I've tracked this down to a missing "unset IFS" after "for browser in $BROWSER;
do", leaving IFS=":" around to mess with eval.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Portland-bugs mailing list