Summary: | Add support for multi-word $BROWSER commands | ||
---|---|---|---|
Product: | Portland | Reporter: | Per Olofsson <pelle> |
Component: | xdg-utils | Assignee: | Portland Bugs <portland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | pelle |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
xdg-open-browser-multiword.diff
xdg-open-browser-multiword-2.diff |
Created attachment 118231 [details] [review] xdg-open-browser-multiword-2.diff Here's a better version of the patch that uses a local variable instead of a global one to store the original IFS. |
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.
Created attachment 118230 [details] xdg-open-browser-multiword.diff If xdg-open falls back to using the $BROWSER variable, it does not support multi-word browser commands since IFS has been set to ':'. This patch fixes the issue by resetting IFS.