Hi,
We're writing cross-platform applications in C, via GTK+, that have help systems associated with them. Currently, the Linux side of the fence opens a GTK+ window and populates it with help text (no links!) while the Windoze side uses Microshaft's compiled help system. What we'd *like* to do is to switch to HTML help across the board, display the help by programmatically opening a web browser, and use the HTML editor of our choice on either platform. I know how to open the default web browser under Windoze, but ...in Linux? Help! On this one I'm clueless and not having a lot of luck in web searches on the topic. Again, here are the goals:
=> Know how to determine the 'default' (if such a concept exists) browser and path on a Linux box ...from within a running C program, and then to run it with to open an HTML file (our help system.)
Thanks, Brian