moved to Ubuntu 10.04 no space on /home

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

moved to Ubuntu 10.04 no space on /home

Post by mickthebike »

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
Frédéric Delanoy

moved to Ubuntu 10.04 no space on /home

Post by Frédéric Delanoy »

On Mon, Jun 21, 2010 at 13:03, mickthebike <[email protected]>wrote:
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?
You can use a prefix at configure time; look in ./configure --help

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
Michael
Frédéric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: moved to Ubuntu 10.04 no space on /home

Post by dimesio »

Frédéric Delanoy wrote: You can use a prefix at configure time; look in ./configure --help
The prefix set by configure specifies where Wine itself is installed. It has nothing the do with the wineprefix.

To use a wineprefix other than the default you need to set the WINEPREFIX environment variable.
http://wiki.winehq.org/FAQ#head-faf9617 ... 522d490faf
James McKenzie

moved to Ubuntu 10.04 no space on /home

Post by James McKenzie »

dimesio wrote:
Frédéric Delanoy wrote:
You can use a prefix at configure time; look in ./configure --help

The prefix set by configure specifies where Wine itself is installed. It has nothing the do with the wineprefix.

To use a wineprefix other than the default you need to set the WINEPREFIX environment variable.
http://wiki.winehq.org/FAQ#head-faf9617 ... 522d490faf

As a reminder, this environment variable can be set in either the user's
.profile or .bashrc file to make it sort of permanent.

James McKenzie
Frédéric Delanoy

moved to Ubuntu 10.04 no space on /home

Post by Frédéric Delanoy »

On Mon, Jun 21, 2010 at 14:43, dimesio <[email protected]> wrote:
Frédéric Delanoy wrote:
You can use a prefix at configure time; look in ./configure --help
The prefix set by configure specifies where Wine itself is installed. It
has nothing the do with the wineprefix.
Yeah I know. I thought there might be some kind of option to set a
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>
James McKenzie

moved to Ubuntu 10.04 no space on /home

Post by James McKenzie »

Frédéric Delanoy wrote:
On Mon, Jun 21, 2010 at 14:43, dimesio <[email protected]> wrote:

Frédéric Delanoy wrote:
You can use a prefix at configure time; look in ./configure --help

The prefix set by configure specifies where Wine itself is installed. It
has nothing the do with the wineprefix.

Yeah I know. I thought there might be some kind of option to set a
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.
Set the WINEPREFIX and then type in the following command in a terminal
window:

Code: Select all


mv $HOME/.wine <path/to/WINEPREFIX>

That should move the files and allow them to be run.

James McKenzie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Locked