[pkg-wine-party] Bug#733556: Bug#733556: wine-auto

Austin English austinenglish at gmail.com
Tue Oct 7 13:44:13 UTC 2014


On Oct 7, 2014 6:24 AM, "Marius Mikucionis" <mmikucionis at gmail.com> wrote:
>
> long story short, I use the following as /usr/bin/wine-auto:
>
> #!/usr/bin/env bash
> x64=`file $1 | grep "x86-64" | wc -l`
> if [ $x64 == 0 ]; then
>    export WINEPREFIX=$HOME/.wine32
>    exec wine32 "$@"
> else
>    export WINEPREFIX=$HOME/.wine64
>    exec wine64 "$@"
> fi
>
>
> it assumes that 64bit wine is in ~/.wine64 and 32bit wine is in ~/.wine32
>
> --
> Marius
>
> _______________________________________________
> pkg-wine-party mailing list
> pkg-wine-party at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party

I don't see how this is a bug, more like a hacky script (setting WINEARCH
shouldn't be needed, and WINEPREFIX should be respected).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-wine-party/attachments/20141007/05051f0e/attachment.html>


More information about the pkg-wine-party mailing list