[Bug 5664] Exec linux apps through a helper

Wine Bugs wine-bugs at winehq.org
Thu Jul 13 12:25:58 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5664


vitaliy at kievinfo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From vitaliy at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list