[GRASSLIST:8111] Defaul html manpage browser

Dear grass users,

I would like to set konqueror as the default GRASS "HTML manpages" browser (if possible), so that when I call

Help -> GRASS help

pages are displayed with konqueror.

Thanks, Michele.

____________________________________________________________
Libero Flat, sempre a 4 Mega a 19,95 euro al mese!
Abbonati subito su http://www.libero.it

I would like to set konqueror as the default GRASS "HTML manpages"
browser (if possible), so that when I call

Help -> GRASS help

pages are displayed with konqueror.

does setting GRASS_HTMLBROWSER=konqueror work?

e.g.

$ export GRASS_HTML_BROWSER=konqueror
$ grass6

if it does, you can add that to a ~/.grass.bashrc file so it gets set
automatically each time you start.

see
http://grass.ibiblio.org/grass61/manuals/html61_user/variables.html

Hamish