(solved) wine-1.5.6 uses which version of wine-gecko?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nachanon
Level 2
Level 2
Posts: 14
Joined: Fri Jul 08, 2011 5:21 am

(solved) wine-1.5.6 uses which version of wine-gecko?

Post by nachanon »

I've recently built wine-1.5.6 from source on Debian Lenny i386.
And I copied wine_gecko-1.6-x86.msi to /usr/share/wine as documented in Wine Wiki (http://wiki.winehq.org/Gecko).

But when started winecfg (with no .wine) it still asked for installing Wine Gecko.
So I allowed it to download and install, then I used 'find .|grep -i gecko' on '.wine' directory, it shown:

Code: Select all

./drive_c/users/window/Local Settings/Temporary Internet Files/Content.IE5/EAZ787RG/wine_gecko-1.5-x86[0]
./drive_c/windows/system32/gecko
./drive_c/windows/system32/gecko/1.5
./drive_c/windows/system32/gecko/1.5/wine_gecko
./drive_c/windows/system32/gecko/1.5/wine_gecko/mozjs.dll
./drive_c/windows/system32/gecko/1.5/wine_gecko/mozsqlite3.dll
./drive_c/windows/system32/gecko/1.5/wine_gecko/nss3.dll
...

Code: Select all

~/.wine$ wine --version
wine-1.5.6
It seems that wine-1.5.6 used wine-gecko 1.5, instead of 1.6 which written on Wine Wiki. Can anyone confirm this issue and/or correct the wiki please?
Last edited by nachanon on Wed Jul 11, 2012 9:13 pm, edited 1 time in total.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

You're right; the switch to wine-gecko 1.6 came after 1.5.6 was released. I've corrected the wiki.
nachanon
Level 2
Level 2
Posts: 14
Joined: Fri Jul 08, 2011 5:21 am

Post by nachanon »

Thanks!
Locked