default url-viewer not suitable for Linux
Bug #1747324 reported by
Zhang Weiwu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
alpine (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Default url-viewer value is 'open _URL_'
In Linux, open(1) is the command for "start a program on a new virtual terminal", not for opening a web browser.
The reason that this configuration still worked, is because it didn't at all. url-viewer requires the full path, therefore, 'open _URL_', missing the leading '/bin/', triggers an internal exception which makes alpine fall back to the default browser - probably /usr/bin/
I suggest to change default url-viewer value to '/usr/bin/xdg-open _URL_' for the Ubuntu package thanks to Ubuntu shipping xdg-utils.
description: | updated |
description: | updated |
description: | updated |
To post a comment you must log in.