[X2go-dev] x2go client for mac osx
    Max Chao 
    yochaos at gmail.com
       
    Fri Jul  2 02:33:09 CEST 2010
    
    
  
Ricardo Díaz Martín <oceanosoftlapalma at ...> writes:
> 
> 
> Hi,
> 
> Is there somebody with x2go client working in MAC OS X Leopard or Snow 
Leopard?
> 
> I have try in two different mac box and I always get the same message info 
"Can't connect to X-Server. Please check your settings". In settings looks like 
all ok (path to X11.app in mac osx is ok and verify it got right permissions).
> 
> X-Server in both macs are installed and running. I have try to connect to 
nomachine linux server and X works fine.
> 
> Some tips?
> 
> Regards,
> Ricardo Díaz
> 
> 
> _______________________________________________
> X2go-dev mailing list
> X2go-dev at ...
> https://lists.berlios.de/mailman/listinfo/x2go-dev
> 
Hi Ricardo,
It needs to do a litter configuration with X11 on Mac.
On the terminal, input:
defaults write org.x.X11 nolisten_tcp -boolean false
You can check the configuration by:
defaults read org.x.X11
which should be:
{
    ...
    "nolisten_tcp" = 0; 
    ...
}
I am not familiar with Mac, just met this issue before.
Hope it helps you.
Max
    
    
More information about the x2go-dev
mailing list