Bug 44164 - $BROWSER fallback in xdg-open splits URL on :
Summary: $BROWSER fallback in xdg-open splits URL on :
Status: RESOLVED DUPLICATE of bug 45859
Alias: None
Product: Portland
Classification: Unclassified
Component: xdg-utils (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Portland Bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-26 20:07 UTC by Stephan Sokolow
Modified: 2013-01-07 14:21 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Stephan Sokolow 2011-12-26 20:07:12 UTC
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.
Comment 1 Göran Uddeborg 2013-01-07 14:21:01 UTC
I believe this is the same issue I also reported.  Apparently I didn't find this report before I submitted mine.  Sorry for that.

*** This bug has been marked as a duplicate of bug 45859 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.