Wine desktop integration: current directory of app launched with doubleclick?

Dan Kegel dank at kegel.com
Sat Feb 14 16:45:41 CST 2009


On Sat, Feb 14, 2009 at 2:33 PM, Ben Klein <shacklein at gmail.com> wrote:
> Probably. It's worth trying out, but I have an idea to work around it:
>
> #!/bin/sh
> DIR=`dirname "$1"`
> DIR=`cd "$DIR"; pwd`
> pushd "$DIR"
> wine "$@" &
> popd
> fg

I don't think that'll help, offhand.

Maybe the original script will work just fine, I'll see if I can find
a multi-disc game
to test.



More information about the wine-devel mailing list