Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Qian Hong
Dear Dan Kegel,
Thanks for your nice work again!
After install ie6 with winetricks, I found that png images can't display in
IE6,
I download pngfilt.dll manually and regist it with wine regsvr32, then IE6
display png files well.
Will winetricks add pngfilt.dll verb, or add integrate pngfilt.dll
installing in winetricks ie6 ?
I'm not sure weather it is a bug, should I report it as a new issue?

Many thanks again!
Best wishes.

On Thu, Jan 6, 2011 at 6:45 AM, Dan Kegel d...@kegel.com wrote:

 - ie8: avoid writing to / (just like ie7 fix).  Don't bother running
 ie8 when finished; point user to workaround instead.  Also move a verb
 that got sandwiched between ie6 and ie7.
 - ie7: when / is writable as on macosx, move z: out of the way during
 ie7 install to avoid scribbling temporary files in /.  Had to run with
 WINEDEBUG=warn+heap to avoid memory bugs in setupapi?




-- 
Regards,
Qian Hong
-
Send from Ubuntu
http://www.ubuntu.com/



Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Michael Stefaniuc

On 01/06/2011 06:52 PM, Qian Hong wrote:

Thanks for your nice work again!
After install ie6 with winetricks, I found that png images can't display
in IE6,
I download pngfilt.dll manually and regist it with wine regsvr32, then
IE6 display png files well.
Will winetricks add pngfilt.dll verb, or add integrate pngfilt.dll
installing in winetricks ie6 ?

Actually shouldn't IE6 just die?

bye
michael


I'm not sure weather it is a bug, should I report it as a new issue?

Many thanks again!
Best wishes.

On Thu, Jan 6, 2011 at 6:45 AM, Dan Kegel d...@kegel.com
mailto:d...@kegel.com wrote:

- ie8: avoid writing to / (just like ie7 fix).  Don't bother running
ie8 when finished; point user to workaround instead.  Also move a verb
that got sandwiched between ie6 and ie7.
- ie7: when / is writable as on macosx, move z: out of the way during
ie7 install to avoid scribbling temporary files in /.  Had to run with
WINEDEBUG=warn+heap to avoid memory bugs in setupapi?





Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Qian Hong
Dear Michael Stefaniuc,
I can't agree more with you, IE6 must die, the sooner the better.
But unfortunately, sometimes I can't leave IE6. For example,my online bank
is IE only, it can't work without ActiveX. Maybe you'll suggest me to change
another online bank without ActiveX, but unfortunately again, my student
card is bundling with that bank, so as everyone in our school. Serveral
websites of our school are IE only.




On Fri, Jan 7, 2011 at 2:02 AM, Michael Stefaniuc mstef...@redhat.comwrote:

 Actually shouldn't IE6 just die?




-- 
Regards,
Qian Hong
-
Send from Ubuntu
http://www.ubuntu.com/



Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Austin English
On Thu, Jan 6, 2011 at 6:14 PM, Qian Hong fract...@gmail.com wrote:
 Dear Michael Stefaniuc,
 I can't agree more with you, IE6 must die, the sooner the better.
 But unfortunately, sometimes I can't leave IE6. For example,my online bank
 is IE only, it can't work without ActiveX. Maybe you'll suggest me to change
 another online bank without ActiveX, but unfortunately again, my student
 card is bundling with that bank, so as everyone in our school. Serveral
 websites of our school are IE only.

The idea is to use IE7 and deprecate IE6 (for use in working around
wine bugs). Wine's internal infrastructure is now closer to the IE7
design, and installing IE6 can make things worse, not better.

-- 
-Austin




Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Dan Kegel
On Thu, Jan 6, 2011 at 9:52 AM, Qian Hong fract...@gmail.com wrote:
 After install ie6 with winetricks, I found that png images can't display in
 IE6,
 I download pngfilt.dll manually and regist it with wine regsvr32, then IE6
 display png files well.
 Will winetricks add pngfilt.dll verb, or add integrate pngfilt.dll
 installing in winetricks ie6 ?

Yes.  Good idea.  I've done this in winetricks-alpha.  Thanks for the
bug report!
- Dan




Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-05 Thread Reece Dunn
On 5 January 2011 22:45, Dan Kegel d...@kegel.com wrote:
 Another month, another Winetricks - or, rather, two new Winetricks.

Very nice!

Here is some games information you may find useful:

== Big Fish Games client

winetricks -- gecko ie8
 * gecko -- suppress the gecko download UI, not strictly necessary
 * ie8 -- I find that with newer versions of wine (since the IUri
support?) IE8 works well for the client; for older versions of wine,
ie6 works.

PROGRAM = c:\Program Files\bfgclient\bfgclient.exe

== Bejeweled 3 (PopCap Games)

winetricks -- gecko msls31 riched30
 * gecko -- suppress the gecko download UI, not strictly necessary
 * msls31 -- suppress a dll not found error using native riched30;
works without this, you just get an annoying dialog box :)
 * riched30 -- the popcap game installer hang when viewing the license
agreement on recent wine versions (or recent popcap installers); this
prevents the hang [http://bugs.winehq.org/show_bug.cgi?id=25455]

PROGRAM = c:\Program Files\PopCap Games\Bejeweled 3\Bejeweled3.exe

NOTE: Bejeweled 3 crashes on exit (D3D reference error?) and then
hangs (audio thread deadlock?), but is otherwise very playable :).

- Reece