Don't wait for xdg-open to exit when OpenExternal is called (Linux)
authorPete Burgers <sneakypete81@gmail.com>
Thu, 7 Apr 2016 16:04:15 +0000 (17:04 +0100)
committerPete Burgers <sneakypete81@gmail.com>
Thu, 7 Apr 2016 16:04:15 +0000 (17:04 +0100)
commit79ba8feaf8485a0c7a94e717281d1e13deff9e6c
treed69dfd187ceeb1c5e16cfa5d24a3ba1c351bd70e
parentcf2a17cf88b988efa2ddff7ec519631d9d3df176
Don't wait for xdg-open to exit when OpenExternal is called (Linux)

Some browsers (eg. Firefox) may not return until the browser window is
closed. This causes the Electron application to lock up while the browser
window is open.

See https://github.com/atom/atom/issues/6320
atom/common/platform_util_linux.cc