Ricardo Díaz Martín <oceanosoftlapalma@...> 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@... 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