hapablap wrote: > I hate when this happens. The exact moment I posted my last message, I got with the solution. It looks like I was setting incorrectly the environment variable, since this works: > > > Code: > [martin@urano ~]$ DISPLAY=:1 winemine > > > > At least I hope that my mistake is useful to somebody :) The correct way is to export the environment variable, making it available when not having to repeat it for every program. Code: [martin@urano ~]$ export DISPLAY=:1 [martin@urano ~]$ winemine [martin@urano ~]$ regedit [martin@urano ~]$ wine someotherprogram.exe