! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
exo-open URL does nothing from gvim
Status:
RESOLVED: INVALID

Comments

Description Christian 2015-10-10 15:14:42 CEST
Open Gvim and run :! exo-open 'http://www.google.de'

Expected result: Browser opens with Google site opened, actual result:
nothing. No error return code, no message output just no output.

Funnily, opening from a console vim works. Also it seems to work if one uses
setsid exo-open 'http://www.google.de'

This breaks the netrw plugin for Vim. At the very least, please return an error code, so that one can handle this problem.

Thanks.
Comment 1 Theo Linkspfeifer editbugs 2019-06-14 13:52:33 CEST
The same thing happens with xdg-open, so the bug has to be in the gvim code.

Another workaround:
:! exo-open 'https://www.google.com' &
Comment 2 Christian 2019-06-14 14:37:42 CEST
I don't buy that. Why would setsid than work? (It's been 4 years ago, since I reported that bug without any reactions, but IIRC xdg-open used `exo-open` internally, so that argument is not valid.

Bug #12251

Reported by:
Christian
Reported on: 2015-10-10
Last modified on: 2019-06-14

People

Assignee:
Nick Schermer
CC List:
2 users

Version

Version:
0.10.2

Attachments

Additional information