Temp folder growing out of control

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Craig73
Level 1
Level 1
Posts: 6
Joined: Fri Dec 05, 2008 11:31 pm

Temp folder growing out of control

Post by Craig73 »

I'm using Wine 1.1.15 on Intrepid and when checking my disk space I noticed my temp folder in Wine (~/.wine/drive_c/windows/temp) was 2.5GB. This reminded me that previously I noticed it was not getting cleaned out and was excessively big before as well (earlier versions of Wine, so not specific to this version/build).

Have others noticed this? Do I report this as a Wine bug? or investigate which program is perhaps not cleaning up after itself (if it should) and log it as a bug for that app?

(I realize Windows proper was bad for having a temp folder that needed to be cleaned up once and a while... but I never remember it being this bad / or I was more diligent)

Thoughts?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Temp folder growing out of control

Post by austin987 »

On Tue, Feb 24, 2009 at 7:02 PM, Craig73 <[email protected]> wrote:
I'm using Wine 1.1.15 on Intrepid and when checking my disk space I noticed my temp folder in Wine (~/.wine/drive_c/windows/temp) was 2.5GB.  This reminded me that previously I noticed it was not getting cleaned out and was excessively big before as well (earlier versions of Wine, so not specific to this version/build).

Have others noticed this?  Do I report this as a Wine bug? or investigate which program is perhaps not cleaning up after itself (if it should) and log it as a bug for that app?

(I realize Windows proper was bad for having a temp folder that needed to be cleaned up once and a while... but I never remember it being this bad / or I was more diligent)

Thoughts?
Probably apps not cleaning themselves up. Unless they do so on
windows, it's not a wine bug.

Just rm -rf ~/.wine/drive_c/windows/temp/*



--
-Austin
Craig73
Level 1
Level 1
Posts: 6
Joined: Fri Dec 05, 2008 11:31 pm

Re: Temp folder growing out of control

Post by Craig73 »

austin987 wrote: Just rm -rf ~/.wine/drive_c/windows/temp/*
I believe being asked to do anything at the command prompt == bug

(really manual maintenance is a bug too...)

If the temp folder was mapped to the users or the systems temp folder (on Linux at least), would that get cleaned up automatically?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Temp folder growing out of control

Post by austin987 »

On Tue, Feb 24, 2009 at 7:18 PM, Craig73 <[email protected]> wrote:
austin987 wrote:
Just rm -rf ~/.wine/drive_c/windows/temp/*
I believe being asked to do anything at the command prompt == bug
So do it in your file manager.
(really manual maintenance is a bug too...)
A bug in the application, not wine.
If the temp folder was mapped to the users or the systems temp folder (on Linux at least), would that get cleaned up automatically?
Yeah, but could have other problems.

--
-Austin
Locked