[Wine] Re: Wine 1.1.17 not detecting Xvnc display

Usurp wineforum-user at winehq.org
Sat Mar 21 04:58:35 CDT 2009


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 at 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 at urano ~]$ export DISPLAY=:1
[martin at urano ~]$ winemine
[martin at urano ~]$ regedit
[martin at urano ~]$ wine someotherprogram.exe









More information about the wine-users mailing list