http://bugs.winehq.org/show_bug.cgi?id=4221
dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
------- Additional Comments From dank@kegel.com 2006-28-06 01:51 ------- OK, I was an idiot. The right fix is to tell the script to wait for the picasa window to appear. e.g.
<?xml version="1.0" ?> <VistaTask> <step> <action>Start</action> <text>c:\Program Files\Picasa2\Picasa2.exe</text> </step> <step> <action>Wait for Window to Appear</action> <text>Picasa2</text> <timeout>60</timeout> </step> <step> <action>Select Menu Item</action> <text>&File; &Import From</text> </step> </VistaTask>