FrogCast / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

wineserver in Debian jessie wine 1.6 #399

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In my Debian jessie x64 I install wine 1.6 from synaptic

I run: 
$ winetricks
------------------------------------------------------
wineserver not found!
------------------------------------------------------
I search wineserver 
/usr/lib/x86_64-linux-gnu/wine/bin/wineserver

need add rule for this path to this lines (now from line 3614).... 
"`which wineserver 2> /dev/null`" \
/usr/lib*/wine-unstable/wineserver \
/usr/lib*/wine/wineserver \
/usr/lib/*/wine-unstable/wineserver \
/usr/lib/*/wine-unstable/wine/wineserver \
/usr/lib/*/wine/wineserver \
"`dirname $WINE`/server/wineserver" \

thanks

Original issue reported on code.google.com by O.Shtali...@gmail.com on 15 Jan 2014 at 10:45

GoogleCodeExporter commented 8 years ago
now as workaround
sudo ln -s /usr/lib/x86_64-linux-gnu/wine/wineserver 
/usr/lib/x86_64-linux-gnu/wine/bin/wineserver

sorry for my English, i'm form Ukraine.

Original comment by O.Shtali...@gmail.com on 15 Jan 2014 at 11:04

GoogleCodeExporter commented 8 years ago
Yup.  Others have filed this as

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734464

Does the attached patch help?

Original comment by daniel.r...@gmail.com on 15 Jan 2014 at 3:33

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1086.

Original comment by daniel.r...@gmail.com on 15 Jan 2014 at 5:11