<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16555">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hello,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>I'm currently working on distant application server 
based on X2GO. On the demonstration computer, the X2GO client (PyQt) works 
perfectly. So I use this situation to make converge my other system built on the 
python API. T</FONT><FONT size=2 face=Arial>he python API performs 
correctly the negociation with the server, but whe it comes to nxproxy, 
this one crashes. </FONT></DIV>
<DIV><FONT size=2 face=Arial> </DIV></FONT>
<DIV><FONT size=2 face=Arial>A first problem comes from cygwin porting of 
nxproxy, but it was not suficient to fix it (see PS). nxproxy writes now in the 
<EM>'session'</EM> file the following message: "<EM>Host X server DISPLAY is not 
set</EM>". This seem to be linked with the launching of the VcXsrv utility 
embedded in the X2GO client distribution, which is launched at the client start. 
But how do I start it without a blank window, and how do I link it with nxproxy 
?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Thanks in advance,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Pierre</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV>
<DIV><FONT size=2 face=Arial>PS: necessity to rewrite paths in the cygwin 
syntax, as nxproxy was ported to windows using this technology. </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT></DIV><FONT size=2 
face=Arial>self.PROXY_MODE = '-S'<BR>if _X2GOCLIENT_OS == "Windows":<BR><FONT 
color=#000080>sys.CYG_HOME=os.path.dirname(self.session_info.local_container).replace('\\','/')<BR>sys.CYG_HOME="/cygdrive/"+sys.CYG_HOME[0]+sys.CYG_HOME[2:]<BR></FONT>self.PROXY_OPTIONS 
= [<BR>"nx/nx" ,<BR><FONT 
color=#000080>"root=%s"%sys.CYG_HOME,<BR></FONT></FONT>
<DIV><FONT size=2 face=Arial>...]</FONT></DIV>
<DIV><FONT size=2 face=Arial>...</FONT></DIV>
<DIV><FONT size=2 face=Arial>if _X2GOCLIENT_OS == "Windows":</FONT></DIV>
<DIV><FONT size=2 face=Arial>...<BR>self.PROXY_OPTIONS= [ 'nx/nx', 'options=%s' 
% <FONT color=#000080>"/".join([sys.CYG_HOME, "S-%s" % self.session_info.name, 
'options']), </FONT>]<BR></FONT></DIV></DIV></BODY></HTML>