http://bugs.winehq.org/show_bug.cgi?id=1490
------- Additional Comments From wijn@wanadoo.nl 2006-20-01 12:38 -------
Please explain how to use the "unset" command.
by example:
unset LS_COLORS
removes the var LS_COLORS from your environment, check with command "env "
I don't think "env -i" would help at all - that is the unix shell, not the windows shell.
Running under Wine, the windows environment ("shell") is a almost 100% copy of the unix environment ("shell")
Anyway did you try, and what are the results of running:
env -i PATH=$PATH DISPLAY=$DISPLAY wine yourprogram.exe