[Bug 13545] doubleclick on .exe starts all programs in wrong directory

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 30 12:18:19 CDT 2008


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





--- Comment #1 from Lei Zhang <thestig at google.com>  2008-05-30 12:18:18 ---
You can just write a wrapper script to handle this. No need for new wine
options.

exe=/media/disk/test/test.exe
cd "$(dirname "$exe")"; wine "$(basename "$exe")"

or

exe=/media/disk/test/test.exe
wine "$(winepath -w "$exe")"


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list