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.
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.
committed, http://cgit.freedesktop.org/xdg/xdg-utils/commit/?id=f9484adbcac35ec1754931601cb46aa8967852d0 thanks
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.