Geobern / winezeug

Automatically exported from code.google.com/p/winezeug
0 stars 0 forks source link

wine won't auto install wine-gecko after using winetricks #223

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. remove the prefix
$ rm -rf ~/.wine

2. execute winetricks either with or without any options
$ winetricks
3. execute iexplore
$ wine iexplore

What is the expected output? What do you see instead?
Normally, wine will auto install wine-gecko in the new prefix,
however if I ran winetricks with a new prefix,
then wine-gecko won't be installed.
If I run wineboot before winetricks, then wine-gecko will be installed as 
expect.

What version of the product are you using? On what operating system?
wine1.3.11 and wine1.3.12
wine1.3-gecko
Winetricks version 20110105
ubuntu 10.04 

Please provide any additional information below.

Original issue reported on code.google.com by fracting@gmail.com on 4 Feb 2011 at 4:37

GoogleCodeExporter commented 8 years ago
Issue 224 has been merged into this issue.

Original comment by daniel.r...@gmail.com on 5 Feb 2011 at 2:59

GoogleCodeExporter commented 8 years ago
Good catch.  winetricks does
   WINEDLLOVERRIDES=mshtml= wine ...
for a couple of tasks, and if wine has not yet been
initialized, this creates a wineprefix without a gecko...
and no gecko is downloaded later.

I committed a fix to winetricks-alpha, please test that.

Original comment by daniel.r...@gmail.com on 5 Feb 2011 at 3:18

GoogleCodeExporter commented 8 years ago
Where is the latest winetricks-alpha?
I tested the one from svn, but I found WINETRICKS_VERSION=20110123-alpha,
and the bug is still unfixed.

Original comment by fracting@gmail.com on 5 Feb 2011 at 5:49

GoogleCodeExporter commented 8 years ago
winetricks development moved to  http://winetricks.googlecode.com, so the svn 
version is

http://winetricks.googlecode.com/svn/trunk/src/winetricks-alpha

Original comment by daniel.r...@gmail.com on 17 Feb 2011 at 2:25