<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 10/1/10 2:31 PM, Alexandre Julliard wrote:
    <blockquote cite="mid:8762xm14d0.fsf@wine.dyndns.org" type="cite">
      <pre wrap="">Jacek Caban <a class="moz-txt-link-rfc2396E" href="mailto:jacek@codeweavers.com">&lt;jacek@codeweavers.com&gt;</a> writes:

</pre>
      <blockquote type="cite">
        <pre wrap="">You can't do that. The default is what's found by 'step (2)' from your
description, not any hardcoded path. The version from Gecko package is
meant for packaged Wine. You should copy the .cab file to appropriate
directory for your own build.
</pre>
      </blockquote>
      <pre wrap="">
I don't think there would be any harm in trying some global paths even
when running from the build tree, so that people can install their
distro's wine-gecko package and have private builds take advantage of
it.  But of course this should be done directly in the code, not by
changing the default registry entry.
</pre>
    </blockquote>
    <br>
    That's a matter of trivial patch, but what would be the candidate
    for a path hardcode? <i class="moz-txt-slash"><span
        class="moz-txt-tag">'/</span>usr/share/wine/gecko<span
        class="moz-txt-tag">/</span></i>' seems like the best choice
    since that's where most distros will install Gecko.<br>
    <br>
    BTW, I don't have much hope that there will be good CAB tool for
    Linux, so I'd like to get rid of CAB as an archive format for Wine
    Gecko package in the next release. I think we'd better have the
    strategy (and maybe code) ready for this now. We need a file format
    that will be understood by Wine. I can see following options:<br>
    <br>
    - Windows has builtin support for ZIP files. It's hidden behind an
    obscure APIs, but it's something we could implement and use in
    MSHTML.<br>
    - Use .tar.gz files. We already use zlib in Wine, we could use it in
    MSHTML. tar format is simple enough to implement its custom
    handling.<br>
    - Any other idea?<br>
    <br>
    Do you have any opinion?<br>
    <br>
    Thanks,<br>
    &nbsp;&nbsp;&nbsp; Jacek<br>
  </body>
</html>