Improve ways to specify html browser (used for help, see bug 2015099).
authorLaurent Monin <geeqie@norz.org>
Sun, 13 Jul 2008 14:50:07 +0000 (14:50 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 13 Jul 2008 14:50:07 +0000 (14:50 +0000)
commite51449e7326f517be62d65c0263b8bbc2f8b85b6
treed1bf5218669f0cd85e00a0eed8709161f2b98866
parentccd82ce4a52dd8e7b60bf5a6dc56952255d1f6a1
Improve ways to specify html browser (used for help, see bug 2015099).
Two new rc file options were added:
- helpers.html_browser.command_name
- helpers.html_browser.command_line
These are checked first before trying common browser locations.
If these do not lead to a valid browser, then geeqie will
search for geeqie_html_browser script in the path, then
it will try various common browsers.
src/options.h
src/rcfile.c
src/window.c