http://bugs.winehq.org/show_bug.cgi?id=5664
vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
------- Additional Comments From vitaliy@kievinfo.com 2006-13-07 12:25 ------- Something like this should do the trick: #!/bin/sh exec $1 "`wine winepath "$2"`" &> /dev/null
And you start it with: myscrip gimp filename.png
Of course you can add it to the registry and associate with .png Then all you need is: wine start filename.png