<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Forgot to include list in reply.<br>
    <div class="moz-forward-container"><br>
      -------- Original Message --------
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Subject:
            </th>
            <td>Re: [Chimera-users] How to fork/specify a web browser</td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Date: </th>
            <td>Wed, 6 Mar 2013 09:23:11 -0800</td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">From: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:gregc@cgl.ucsf.edu">gregc@cgl.ucsf.edu</a></td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">To: </th>
            <td>Yasha Karant <a class="moz-txt-link-rfc2396E" href="mailto:ykarant@csusb.edu"><ykarant@csusb.edu></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre>> For certain of the tutorials, help files, etc., Chimera linux displays a
> comment to use a web browser in order to use a URL <a class="moz-txt-link-freetext" href="file://foobar">file://foobar</a>  .
> How does one configure Chimera to automatically use a specified browser
> to diplay the URL generated by Chimera?  I have not been able to find a
> preferences setting for this, nor an answer on the web or in the Chimera
> manuals/help.  I have not perused the source code for Chimera to find a
> solution.
>
> Yasha Karant
>

Chimera uses Python 2.7's webbrowser module to open files in a web
browser.  For Linux, if you are using a GNOME or KDE desktop environment,
then it will use the default browser that is configured for that
environment.  Otherwise, it looks for firefox (and derivatives), kfm,
konqueror, galeon, epiphany, skipstone, opera, mosaic, and grail(!).  You
can override the the search order with the BROWSER environment variable.

You may have noticed that Google's chrome is not on that list.  Chrome
support is included in Python 3's webbrowser module.  But, that support
would only be needed if you are not using a GNOME or KDE desktop
environment.

I will look into how much work it would be to backport Python 3's
webbrowser module to Chimera.

    HTH,

    Greg
</pre>
      <br>
    </div>
    <br>
  </body>
</html>