http://bugs.winehq.org/show_bug.cgi?id=1490
--- Comment #33 from Rein Klazes wijn@online.nl 2009-07-14 09:29:21 --- (In reply to comment #31)
Thanks for the info, David. Good to hear that unsetting environment variables did indeed get around the problem.
I wonder if unsetting just LS_COLORS might save enough space...
Glad also to hear that my suggestion in comment #10 proved right.
With the other application that I mentioned Seed Master, unsetting LS_COLORS is enough here Gnome environment. For the user that was reporting the problem it was not by far. He was using KDE, with lots more environmental variables.
BTW, for me to run Seed Master with minimal environment, I have to use:
env -i PATH=$PATH DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY wine SMW.EXE
If there are spaces in the paths involved it would be safer to use quotes:
env -i PATH="$PATH" DISPLAY=$DISPLAY XAUTHORITY="$XAUTHORITY" wine SMW.EXE