cckec / winetricks

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

"wineserver -k" should be "${WINE}server -k" and all other calls for wine binaries. #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install a system wide wine and another in other place and other version, for 
example in /opt/wine
2. make export WINE=/opt/wine/bin/wine
3. try winetricks dotnet20sp1

What is the expected output? What do you see instead?
expected is the installation of dotnet20sp1, instead installation fails.

What version of the product are you using? On what operating system?
System wide wine-1.3.16 and /opt/wine/bin/wine-1.3.31-320-gc872590 Gentoo 10.0 
x86.

Please provide any additional information below.
Summary say it all. Simply replace all wineserver with ${WINE}server and all 
other places calling wine parts, thou I don't know what to do with other wine 
binaries like regedit if they should be needed, maybe something like 
${WINE%wine}.

Original issue reported on code.google.com by HASH.DuO...@gmail.com on 4 Nov 2011 at 4:37

GoogleCodeExporter commented 8 years ago
Nah, it's more like
1. Don't install a systemwide wine
2. Set WINE and run winetricks dotnet20sp1

It's not quite that easy to fix (need to look in server/wineserver when WINE is
in a source directory), but it needs fixing.

Original comment by daniel.r...@gmail.com on 14 Nov 2011 at 5:04

GoogleCodeExporter commented 8 years ago
This has bothered me for quite a while...

http://code.google.com/p/winetricks/source/detail?r=757

Original comment by austinenglish@gmail.com on 19 Jan 2012 at 9:02