Hello all,

I don't know if someone knows SLITAZ (http://www.slitaz.org/en/)  - it's an extreme small Linux OS build from scratch but with similarities to Debian / Ubuntu.

It has it's own package manager but it is possible to convert .deb packages to SLITAZ-packages. I did this with

- x2goclient_4.0.1.1-1~bpo7+1_i386.deb

I could install this package and everything is looking fine - but:

When I start a connection it is build up but than immediately closed. In the (background-) terminal I get the following messages:

tux@slitaz:~$ x2goclient
x2goclient: /usr/lib/libldap_r-2.4.so.2: no version information available (required by x2goclient)
x2go-INFO-1> "Starting x2goclient..."
x2go-INFO-4> "Übersetzung: :/x2goclient_de_de installiert."
x2go-INFO-5> "Übersetzung: :/qt_de_DE installiert."
x2go-INFO-3> "X2Go Client ist gestartet."
x2go-INFO-8> "Verbindung mit Server wird gestartet: xxxx.xxx.xx.xxx:22"
x2go-INFO-6> "X2Go Client wird geschossen..."
x2go-INFO-7> "X2Go Client wurde geschlossen."
tux@slitaz:~$

With success I tested the following:
- enabled trusted x11 forwarding ( ForwardX11Trusted yes ForwardX11 yes)
- connect via ssh -X to the server - works
- start via ssh -X e.g. gimp on the server - works

To the same server I can connect via x2goclient from e.g. an Xubuntu 14.04 Laptop without any problems - so from my point of view it can't be a server issue ...

Any hints please - regards Christian