Christoffer,<br><br>Which desktop environment are you using? (XFCE, KDE, Gnome, etc.)<br>
<br>
Since I'm using Xubuntu, I made a script in my home directory named
xubuntu.sh that I think looks something like this (doing it from memory,
since I'm not at home):<br>
<br>
#!/bin/bash<br>
export XDG_CONFIG_DIRS='/etc/xdg/xdg-xubuntu:/etc/xdg'<br>
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nx/X11<br>
exec /usr/bin/<span class="il">startxfce4</span><br>
<br>
I then made it executable by running 'chmod a+x xubuntu.sh'.<br>
<br>
Finally, I opened the x2go client on my Windows machine and set my
session to run a Custom Desktop and the command to
/home/<myusername>/xubuntu.sh<br>
<br>
If you're not using XFCE/Xubuntu, then you will probably want to remove
or modify the first "export" line and replace the last line with the
path to the command that starts your desktop environment of choice.<br><br>- Ben S.<br><br><div class="gmail_quote">On Tue, Feb 28, 2012 at 2:26 AM, christoffer krakou <span dir="ltr"><<a href="mailto:christoffer@fleten.net">christoffer@fleten.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Benjamin<br>
<br>
Pardon me being a newbie, but how exactly did you do that?<br>
i have tried editing my users .profile, but it didn't help. Paths have managed to elude my knowledge. If you could give a quick pointer or two, i would be grateful.<div><div class="h5"><br>
<br>
On 02/28/2012 06:29 AM, Benjamin Shadwick wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
I'm using Xubuntu 11.10 and can no longer login after upgrading to a<br>
recent stable version of x2goserver. I tried changing my session to open<br>
a Terminal instead of starting an X session, then tried to start the X<br>
session from the Terminal prompt, and got the following error message:<br>
<br>
xscreensaver: error while loading shared libraries: libNX_Xext.so.6:<br>
cannot open shared object file: No such file or directory<br>
xfce4-session: error while loading shared libraries: libNX_Xext.so.6:<br>
cannot open shared object file: No such file or directory<br>
<br>
My LD_LIBRARY_PATH was set to just /usr/lib/nx/X11/Xinerama but<br>
libNX_Xext.so.6 was in /usr/lib/nx/X11<br>
<br>
I added /usr/lib/nx/X11 to LD_LIBRARY_PATH, and that seemed to get<br>
things working again. Since I am already using a script to set some<br>
environment variables in order to get a Xubuntu desktop instead of a<br>
plain XFCE one, I just added the LD_LIBRARY_PATH fix to that for now.<br>
<br>
<br></div></div>
______________________________<u></u>_________________<br>
X2Go-User mailing list<br>
<a href="mailto:X2Go-User@lists.berlios.de" target="_blank">X2Go-User@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-user" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/x2go-user</a><span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
<br>
-- <br>
Venlig Hilsen / Best Regards<br>
Christoffer Krakou<br>
Fleten.net APS<br>
______________________________<u></u>_________________<br>
X2Go-User mailing list<br>
<a href="mailto:X2Go-User@lists.berlios.de" target="_blank">X2Go-User@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-user" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/x2go-user</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>- Ben S.<br><br>