Hi
I've moved to Ubuntu 10.04 but have not enough space on /home but for ex. at /apps. Now could I move my previouse applications from ~/.wine to /apps/.wine?
How to tell wine while compiling the src?
Many thanks
Michael
moved to Ubuntu 10.04 no space on /home
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
moved to Ubuntu 10.04 no space on /home
On Mon, Jun 21, 2010 at 13:03, mickthebike <[email protected]>wrote:
OR
You could make a symlink from ~/.wine/drive_c to /apps/drive_c after you
moved it (and maybe other drives as well, did not test)
Many thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
You can use a prefix at configure time; look in ./configure --helpHi
I've moved to Ubuntu 10.04 but have not enough space on /home but for ex.
at /apps. Now could I move my previouse applications from ~/.wine to
/apps/.wine?
How to tell wine while compiling the src?
OR
You could make a symlink from ~/.wine/drive_c to /apps/drive_c after you
moved it (and maybe other drives as well, did not test)
Many thanks
FrédéricMichael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Re: moved to Ubuntu 10.04 no space on /home
The prefix set by configure specifies where Wine itself is installed. It has nothing the do with the wineprefix.Frédéric Delanoy wrote: You can use a prefix at configure time; look in ./configure --help
To use a wineprefix other than the default you need to set the WINEPREFIX environment variable.
http://wiki.winehq.org/FAQ#head-faf9617 ... 522d490faf
moved to Ubuntu 10.04 no space on /home
dimesio wrote:
.profile or .bashrc file to make it sort of permanent.
James McKenzie
As a reminder, this environment variable can be set in either the user'sFrédéric Delanoy wrote:
The prefix set by configure specifies where Wine itself is installed. It has nothing the do with the wineprefix.You can use a prefix at configure time; look in ./configure --help
To use a wineprefix other than the default you need to set the WINEPREFIX environment variable.
http://wiki.winehq.org/FAQ#head-faf9617 ... 522d490faf
.profile or .bashrc file to make it sort of permanent.
James McKenzie
moved to Ubuntu 10.04 no space on /home
On Mon, Jun 21, 2010 at 14:43, dimesio <[email protected]> wrote:
different "default" wineprefix (had no direct
access to a wine 'configure --help' output). Bad wording. My mistake.
To use a wineprefix other than the default you need to set the WINEPREFIX
them all under a different prefix as I understood.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Yeah I know. I thought there might be some kind of option to set aFrédéric Delanoy wrote:The prefix set by configure specifies where Wine itself is installed. ItYou can use a prefix at configure time; look in ./configure --help
has nothing the do with the wineprefix.
different "default" wineprefix (had no direct
access to a wine 'configure --help' output). Bad wording. My mistake.
To use a wineprefix other than the default you need to set the WINEPREFIX
That won't help him since he wants to move his applications, not reinstall
them all under a different prefix as I understood.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
moved to Ubuntu 10.04 no space on /home
Frédéric Delanoy wrote:
window:
That should move the files and allow them to be run.
James McKenzie
Set the WINEPREFIX and then type in the following command in a terminalOn Mon, Jun 21, 2010 at 14:43, dimesio <[email protected]> wrote:
Yeah I know. I thought there might be some kind of option to set aFrédéric Delanoy wrote:
The prefix set by configure specifies where Wine itself is installed. ItYou can use a prefix at configure time; look in ./configure --help
has nothing the do with the wineprefix.
different "default" wineprefix (had no direct
access to a wine 'configure --help' output). Bad wording. My mistake.
To use a wineprefix other than the default you need to set the WINEPREFIX
That won't help him since he wants to move his applications, not reinstall
them all under a different prefix as I understood.
window:
Code: Select all
mv $HOME/.wine <path/to/WINEPREFIX>
James McKenzie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>