cckec / winetricks

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

wineserver not found on Debian #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At least with some Debian wine package versions winetricks cannot find the 
wineserve binary. Here is a list of its locations in different packages and 
architectures in the current stable and later:

/usr/lib/wine/wineserver
/usr/lib/wine-unstable/wineserver
/usr/lib32/wine-unstable/wineserver

Original issue reported on code.google.com by wrar42@gmail.com on 4 Apr 2012 at 7:09

GoogleCodeExporter commented 8 years ago
problem solved
sudo ln -s /usr/lib/wine/wineserver /usr/local/bin/wineserver

Original comment by anastas....@gmail.com on 29 Apr 2012 at 2:11

GoogleCodeExporter commented 8 years ago
It's called workaround.

Original comment by wrar42@gmail.com on 29 Apr 2012 at 9:02

GoogleCodeExporter commented 8 years ago
Thx ;)

Original comment by guilllau...@gmail.com on 9 May 2012 at 11:21

GoogleCodeExporter commented 8 years ago
awesome bro thanks!

Original comment by georgem...@gmail.com on 11 May 2012 at 2:55

GoogleCodeExporter commented 8 years ago
Thanks for what? I don't see that this is fixed.

Original comment by wrar42@gmail.com on 11 May 2012 at 7:20

GoogleCodeExporter commented 8 years ago
Here is patch for r814, which is included in the Debian package of winetricks. 
Please consider including this to the Svn tree.

Original comment by jari.aalto.fi@gmail.com on 13 May 2012 at 11:08

Attachments:

GoogleCodeExporter commented 8 years ago
Our messages crossed.  Have a look at r815, does it look ok?

Original comment by daniel.r...@gmail.com on 13 May 2012 at 11:15

GoogleCodeExporter commented 8 years ago
r824 looks in /usr/lib*, that should work unless someone installs both arches...
Please verify the fix.

Original comment by daniel.r...@gmail.com on 25 May 2012 at 9:02

GoogleCodeExporter commented 8 years ago
Issue 191 has been merged into this issue.

Original comment by daniel.r...@gmail.com on 25 May 2012 at 9:03

GoogleCodeExporter commented 8 years ago

cd /usr/lib/wine/
./wineserver

add these lines after

#!/bin/sh

in the file winetricks

Original comment by pipo65@gmail.com on 10 Jun 2012 at 12:37

Attachments:

GoogleCodeExporter commented 8 years ago
That seems wrong.

Please try http://winetricks.googlecode.com/svn/trunk/src/winetricks
It should work fine for you, and have no trouble finding wineserver.

Original comment by daniel.r...@gmail.com on 10 Jun 2012 at 1:10

GoogleCodeExporter commented 8 years ago
Using svn from today solve the issue on my debian box. Thanks Daniel !

Original comment by mathieu.malaterre on 15 Jun 2012 at 12:34

GoogleCodeExporter commented 8 years ago
Note, that 20120606/svn831-1 is included in Debian: 
http://packages.qa.debian.org/w/winetricks.html

Original comment by jari.aalto.fi@gmail.com on 15 Jun 2012 at 1:04

GoogleCodeExporter commented 8 years ago
Issue 241 has been merged into this issue.

Original comment by daniel.r...@gmail.com on 3 Aug 2012 at 2:20

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Debian 6 squeeze 64 bits.
using wine-1.5.5 (unstable release)
This method almost works :)
#10 pipo65@gmail.com

cd /usr/lib/wine/
./wineserver

add these lines after

#!/bin/sh

in the file /usr/bin/winetricks

except the path of wine is 

/usr/lib32/wine-unstable

so it can be eather used with 

ln -s /usr/lib/wine/wineserver /usr/lib32/wine-unstable/wineserver

eather correcting the path in /usr/bin/winetricks 

good luck ;)

Original comment by lukmina...@gmail.com on 5 Mar 2013 at 9:59

GoogleCodeExporter commented 8 years ago
winetricks 0.0+20121030+svn918-1
wine-unstable from carbon-project 1.7.11-0.1
libwine 1.6.2-6

i had to install libwine from repo (testing) because carbon libwine-unstable 
comes with no wineserver but then after installing from repository winetricks 
should detect that, huh?

path to wineserver: /usr/lib/i386-linux-gnu/wine/bin/wineserver

sudo apt-get install libwine
cd /usr/local/bin
sudo ln -s /usr/lib/i386-linux-gnu/wine/bin/wineserver ./wineserver

i am using debian wheezy(mutated with jessie)

Original comment by orest.o...@gmail.com on 8 Feb 2014 at 5:07