Is that the issue that caused my problem at <a href="https://lists.berlios.de/pipermail/x2go-user/2012-February/000660.html">https://lists.berlios.de/pipermail/x2go-user/2012-February/000660.html</a> ?<br><br>My Xubuntu 11.10 machine is 64-bit and I was seeing the same symptom.<br>

<br><div class="gmail_quote">On Thu, Mar 1, 2012 at 3:39 AM, Anthony Callegaro <span dir="ltr"><<a href="mailto:callytic@free.fr">callytic@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello there,<br>
<br>
Since the upgrade to x2go 3.1 I couldn't connect from any clients to my<br>
Debian sid amd64 x2goserver.<br>
<br>
There is no error on the client side just that the session is<br>
terminating just after starting.<br>
<br>
The server is stating that the session started well.<br>
/usr/bin/x2gostartagent: successfully started X2Go agent session with ID xxx<br>
<br>
After long hours of debugging I found out that it was due to some broken<br>
links in /usr/lib/nx/X11/Xinerama/<br>
<br>
The following solved my issue :<br>
rm /usr/lib/nx/X11/Xinerama/libNX_X11.so.6<br>
ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6<br>
/usr/lib/nx/X11/Xinerama/libNX_X11.so.6<br>
rm /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6<br>
ln -s /usr/lib/x86_64-linux-gnu/libXext.so.6<br>
/usr/lib/nx/X11/Xinerama/libNX_Xext.so.6<br>
<br>
This is probably due to multiarch, I don't know if there is a simple way<br>
to point to the correct lib path in nx-libs.git/debian/libnx-x11.links<br>
<br>
According to the multiarch documentation [0] : "Any references to files<br>
located in /usr/lib from within your packaging, including but not<br>
limited to debian/rules, any debian/*.install or debian/*.links files,<br>
or maintainer scripts, must be updated by hand for the new locations."<br>
<br>
The simple attached patch solved the issue for me but will probably<br>
break i386 version of the package.<br>
<br>
Let me know your thoughts.<br>
<br>
Thanks anyway for this fantastic tool :o)<br>
LeTic<br>
<br>
[0] :<br>
<a href="http://wiki.debian.org/Multiarch/Implementation#Issues_to_be_aware_of_when_converting" target="_blank">http://wiki.debian.org/Multiarch/Implementation#Issues_to_be_aware_of_when_converting</a><br>
<br>
<br>_______________________________________________<br>
X2Go-Dev mailing list<br>
<a href="mailto:X2Go-Dev@lists.berlios.de">X2Go-Dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-dev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>- Ben S.<br><br>