[Bug 50759] New: automatic wine-gecko installation ignored - clean WINEPREFIX - regression

WineHQ Bugzilla wine-bugs at winehq.org
Tue Mar 2 06:51:39 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50759

            Bug ID: 50759
           Summary: automatic wine-gecko installation ignored - clean
                    WINEPREFIX - regression
           Product: Wine
           Version: 6.2
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: mshtml
          Assignee: wine-bugs at winehq.org
          Reporter: bob.mt.wya at gmail.com
      Distribution: ---

wine-gecko is not automatically installed with Wine 6.2.

Bisected to:

5b362f07f67db5f90ac355c62a1f3d73658c4346 is the first bad commit
commit 5b362f07f67db5f90ac355c62a1f3d73658c4346
Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Feb 9 13:51:59 2021 +0100

    mshtml: Move load_gecko() call from DllRegisterServer to DllInstall.

    With this patch, Wine will no longer ensure that Wine Gecko is available
    during prefix creation and update. We have shared Gecko installations
    and good support for installing Gecko on demand now.

    To ensure that Gecko is installed, one may use DllInstall with something
    like |regsvr32 -i mshtml|.

    Signed-off-by: Jacek Caban <jacek at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

 dlls/mshtml/main.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Prior to this commit wine-gecko 2.47.2 is automatically installed (downloaded
or installed from a local storage path).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list