How to use the wineprefix with another wine-path
How to use the wineprefix with another wine-path
Hi, there
I recently purchased a copy of bordeaux in order to try the dib engine (and pulse) in wine1.2
I would like to use this in already installed bottles.
So I tried something like this:
code: [export WINEDIB=ON]
then (as an example)
code:[/opt/bordeaux/bin/wine | env WINEPREFIX=~/.wine-test wine winecfg]
This does create a wine bottle, but in this way the dib engine doesn't get loaded in the program I use.
Any ideas how to do this in a proper way?
I recently purchased a copy of bordeaux in order to try the dib engine (and pulse) in wine1.2
I would like to use this in already installed bottles.
So I tried something like this:
code: [export WINEDIB=ON]
then (as an example)
code:[/opt/bordeaux/bin/wine | env WINEPREFIX=~/.wine-test wine winecfg]
This does create a wine bottle, but in this way the dib engine doesn't get loaded in the program I use.
Any ideas how to do this in a proper way?
How to use the wineprefix with another wine-path
On Sun, Aug 15, 2010 at 17:35, abb4 <[email protected]> wrote:
You won't get help with Bordeaux here, ask their forum...Nobody? [Crying or Very sad]
How to use the wineprefix with another wine-path
abb4 wrote:
anywhere....
You can call the wine program from anywhere (the default prefix is /usr
but you can set it to be /somewhere/on/mars if you wish.)
Command line:
env WINEPREFIX=$HOME/.wine-amp; cd $HOME/.wine-amp/drive_c/Program\
Files/winamp; /opt/bordeaux/bin/wine winamp.exe
Does it all on one line. The semi-colons separate individual commands
(a book on shell programming is a good thing to own.)
James McKenzie
This looks like a generic Wine question, as Wine 'bottles' can be putNobody? [Crying or Very sad]
It works with the default wine bottle
code:
[/opt/bordeaux/bin/wine 'C:\Program Files\winamp\winamp.exe']
This also works
code:
[env WINEPREFIX=~/.wine-winamp wine 'C:\Program Files\winamp\winamp.exe']
How do I combine them in one command?
anywhere....
You can call the wine program from anywhere (the default prefix is /usr
but you can set it to be /somewhere/on/mars if you wish.)
Command line:
env WINEPREFIX=$HOME/.wine-amp; cd $HOME/.wine-amp/drive_c/Program\
Files/winamp; /opt/bordeaux/bin/wine winamp.exe
Does it all on one line. The semi-colons separate individual commands
(a book on shell programming is a good thing to own.)
James McKenzie
What does it matter if one builds there own Wine or buys one,
same issue applies (if you would like to install this separately from the main Wine), it's all Wine..
Anyway I kind of figured it out. (no thanks)
code:
[env WINEPREFIX="/home/username/.wine-winamp" /opt/bordeaux/bin/wine "C:\Program Files\winamp\winamp.exe"]
same issue applies (if you would like to install this separately from the main Wine), it's all Wine..
Anyway I kind of figured it out. (no thanks)
code:
[env WINEPREFIX="/home/username/.wine-winamp" /opt/bordeaux/bin/wine "C:\Program Files\winamp\winamp.exe"]
How to use the wineprefix with another wine-path
On Sun, Aug 15, 2010 at 18:21, abb4 <[email protected]> wrote:
environment variables worked...) but that the DIB engine was not
working in the prefix...
Gert
I thought the prefixes worked (and assumed the user knows howWhat does it matter if one builds there own Wine or buys one,
same issue applies (if you would like to install this separately from the main Wine), it's all Wine..
environment variables worked...) but that the DIB engine was not
working in the prefix...
Gert
Re: How to use the wineprefix with another wine-path
It does work hereGert van den Berg wrote:On Sun, Aug 15, 2010 at 18:21, abb4 <[email protected]> wrote:I thought the prefixes worked (and assumed the user knows howWhat does it matter if one builds there own Wine or buys one,
same issue applies (if you would like to install this separately from the main Wine), it's all Wine..
environment variables worked...) but that the DIB engine was not
working in the prefix...
Gert
code:
[env WINEPREFIX=$HOME/.wine-ap52; cd $HOME/.wine-ap52/drive_c/'Program Files'/AlbumPlayer; /opt/bordeaux/bin/wine AlbumPlayer.exe]
How to use the wineprefix with another wine-path
abb4 wrote:
repeatedly been shot down by Alexandre Julliard. The last person to
touch it gave up after much work was done, but a lot more work is needed
before the entire product can go into production.
If the Bordeaux project has one, why doesn't Wine?
James McKenzie
The question I have is which DIB engine? The one for Wine hasGert van den Berg wrote:
It does work hereOn Sun, Aug 15, 2010 at 18:21, abb4 <[email protected]> wrote:
I thought the prefixes worked (and assumed the user knows howWhat does it matter if one builds there own Wine or buys one,
same issue applies (if you would like to install this separately from the main Wine), it's all Wine..
environment variables worked...) but that the DIB engine was not
working in the prefix...
Gert
code:
[env WINEPREFIX=$HOME/.wine-ap52; cd $HOME/.wine-ap52/drive_c/'Program Files'/AlbumPlayer; /opt/bordeaux/bin/wine AlbumPlayer.exe]
repeatedly been shot down by Alexandre Julliard. The last person to
touch it gave up after much work was done, but a lot more work is needed
before the entire product can go into production.
If the Bordeaux project has one, why doesn't Wine?
James McKenzie
How to use the wineprefix with another wine-path
On Sun, Aug 15, 2010 at 22:06, James McKenzie wrote:
http://wiki.winehq.org/DIBEngine has a lot of info...
structured wrongly?
Gert
My guess would be Massimo Del Fedele's version...The question I have is which DIB engine? Â The one for Wine has repeatedly
been shot down by Alexandre Julliard. Â The last person to touch it gave up
after much work was done, but a lot more work is needed before the entire
product can go into production.
http://wiki.winehq.org/DIBEngine has a lot of info...
Probably, because even though the code works, it is not maintainable /If the Bordeaux project has one, why doesn't Wine?
structured wrongly?
Gert
How to use the wineprefix with another wine-path
Gert van den Berg wrote:
while it was in progress. Max was making great progress. However, that
was a wall way to high to climb on the first go round,
cleans it up and gets it somewhat right, he can always try again. There
was much more work to be done, especially for the Mac/Solaris crowd.
James McKenzie
Interesting, as this is the version that I witnessed AJ literally 'kill'On Sun, Aug 15, 2010 at 22:06, James McKenzie wrote:
My guess would be Massimo Del Fedele's version...The question I have is which DIB engine? The one for Wine has repeatedly
been shot down by Alexandre Julliard. The last person to touch it gave up
after much work was done, but a lot more work is needed before the entire
product can go into production.
http://wiki.winehq.org/DIBEngine has a lot of info...
while it was in progress. Max was making great progress. However, that
was a wall way to high to climb on the first go round,
My intuition says the same thing if it is Max's code. However, if heProbably, because even though the code works, it is not maintainable /If the Bordeaux project has one, why doesn't Wine?
structured wrongly?
cleans it up and gets it somewhat right, he can always try again. There
was much more work to be done, especially for the Mac/Solaris crowd.
James McKenzie
Re: How to use the wineprefix with another wine-path
abb4 wrote:It does work hereGert van den Berg wrote:On Sun, Aug 15, 2010 at 18:21, abb4 <[email protected]> wrote:I thought the prefixes worked (and assumed the user knows howWhat does it matter if one builds there own Wine or buys one,
same issue applies (if you would like to install this separately from the main Wine), it's all Wine..
environment variables worked...) but that the DIB engine was not
working in the prefix...
Gert
code:
[env WINEPREFIX=$HOME/.wine-ap52; cd $HOME/.wine-ap52/drive_c/'Program Files'/AlbumPlayer; /opt/bordeaux/bin/wine AlbumPlayer.exe]
After all I found the DIB engine doesn't work in the prefix.
I had a version of AlbumPlayer installed in .wine which the DIB part was falling back into
Once I removed .wine the code as above didn't work any more.
How to use the wineprefix with another wine-path
abb4 wrote:
and then repointed to work with the new prefix. This is not trivial.
James McKenzie
This would have to be copied from the working .wine to the new prefixabb4 wrote:
Gert van den Berg wrote:
It does work hereOn Sun, Aug 15, 2010 at 18:21, abb4 <[email protected]> wrote:
I thought the prefixes worked (and assumed the user knows how
environment variables worked...) but that the DIB engine was not
working in the prefix...
Gert
code:
[env WINEPREFIX=$HOME/.wine-ap52; cd $HOME/.wine-ap52/drive_c/'Program Files'/AlbumPlayer; /opt/bordeaux/bin/wine AlbumPlayer.exe]
After all I found the DIB engine doesn't work in the prefix.
and then repointed to work with the new prefix. This is not trivial.
James McKenzie
Re: How to use the wineprefix with another wine-path
Doing so a new .wine is createdThis would have to be copied from the working .wine to the new prefix
and then repointed to work with the new prefix. This is not trivial.
Are you sure the DIB part can work in the prefix?