Venkatesh wrote:
Any idea about how to change the default browser for GRASS
help in the OSGeo4W GRASS package.
does the default work for you? (there is a typo in the current package)
see OSGeo4W bug #86 http://trac.osgeo.org/osgeo4w/ticket/86
you need to change the GRASS_HTML_BROWSER variable.
http://grass.osgeo.org/grass64/manuals/html64_user/variables.html#enviro
to change it to Firefox or whatever edit
C:\OSGeo4W\etc\ini\grass.bat
and set the full path to firefox.exe instead of iexplore.
ie:
set GRASS_HTML_BROWSER=%PROGRAMFILES%\Mozilla Firefox\firefox.exe
osgeo4w pkg-grass wiki page updated,
http://trac.osgeo.org/osgeo4w/wiki/pkg-grass
TODO in install script: use firefox if present
Hamish