I have an Ubuntu 14.04 system with x2goclient version 4.0.1.1 installed. When I open the client, the GUI doesn't show.
I tried erasing the local settings by running rm -rf ~/.x2go, but that didn't help.
Also, when i run strace x2goclient I keep getting lines like these:
recvmsg(6, 0x7fffc069d220, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7fffc069d3f0, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(8, 0x7fffc069d3e0, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=15, events=POLLIN}, {fd=6, events=POLLIN}, {fd=16, events=POLLIN}], 6, 13176
What's wrong? What should I do?
P.S. also tried installing newest version from their stable and unstable repositories with no success, same thing happens.