[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: gschem: display help with browser other than galeon
Hi Wilbert,
On Wednesday 13 April 2005 07:07, Wilbert Knol wrote:
> Is there a way to nominate a different browser to view the built-in
> docs?
>
> Release 20040111 apparently defaults to galeon-bin, which is broken
> on my distro (in addition, the galeon 'server' also has the evil
> habit to access removable devices, so they can't be unmounted).
>
> I trawled the various gschem-related rc files but couldn't find
> anything obvious.
The browser is selected in the shell script gschemdoc. It is located in
the bin directory of geda.
Just change the browser line in it.
--- snip ----------
#
# these may be changed to suit local preferences
#
CANDIDATE_BROWSER="firefox galeon mozilla phoenix netscape
netscape-navigator opera"
CANDIDATE_PDFREADER="xpdf acroread ggv gv"
CANDIDATE_LOCATE="slocate locate"
-------------------
regards
Werner