[GRASS-dev] [GRASS GIS] #3964: Update browser list to check for chrome

GRASS GIS trac at osgeo.org
Mon Nov 18 01:39:12 PST 2019


#3964: Update browser list to check for chrome
--------------------------+-------------------------
  Reporter:  jidanni      |      Owner:  grass-dev@…
      Type:  enhancement  |     Status:  new
  Priority:  trivial      |  Milestone:
 Component:  Startup      |    Version:  unspecified
Resolution:               |   Keywords:
       CPU:  Unspecified  |   Platform:  Unspecified
--------------------------+-------------------------

Comment (by jidanni):

 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
 }}}

 https://unix.stackexchange.com/a/213369/179494 etc.

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3964#comment:2>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list