#3964 closed enhancement (fixed)
Update browser list to check for chrome
Reported by: | jidanni | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 7.8.3 |
Component: | Startup | Version: | unspecified |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
https://github.com/OSGeo/grass/blob/master/lib/init/grass.py#L678 mentions firefox, but not chrome or chromium.
And maybe it needs to do os.getenv('BROWSER') also.
Change History (6)
follow-up: 4 comment:1 by , 5 years ago
comment:2 by , 5 years ago
Everybody knows about $BROWSER.
$ w3m -dump https://wiki.archlinux.org/index.php/Environment_variables | grep -C 2 BROWSER • BROWSER contains the path to the web browser. Helpful to set in an interactive shell configuration file so that it may be dynamically altered depending on the availability of a graphic environment, such as X: if [ -n "$DISPLAY" ]; then export BROWSER=firefox else export BROWSER=links fi
comment:3 by , 5 years ago
comment:4 by , 5 years ago
comment:5 by , 5 years ago
Milestone: | → 7.8.3 |
---|
comment:6 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The Chrome/Chromium part was resolved in PR:201, so closing as fixed.
I created a new issue on GitHub for the BROWSER
suggestion: GitHub Issue 890.
Note:
See TracTickets
for help on using tickets.
Replying to jidanni:
Ok, please try
https://github.com/OSGeo/grass/pull/201
No idea, do other devs have an opinion?