<div dir="ltr"><div><div><div><div><div><div>Dear Xubuntu devs,<br><br></div>I am installing Xubuntu 12.04 as LTSP fat client and I have problems to start Xubuntu session from LDM. No matter which session I choose I always get XFCE session.<br>
<br></div>As workaround to this problem I had to create session launcher scripts with Xubuntu variables set:<br><br> #!/bin/bash<br><br> export DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path<br> export MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path<br>
export GDMSESSION=xubuntu<br><br> export DESKTOP_SESSION=xubuntu<br> export XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/etc/xdg:/etc/xdg<br> export XDG_DATA_DIRS=/usr/share/xubuntu:/usr/local/share/:/usr/share/:/usr/share<br>
<br> exec /usr/bin/startxfce4<br><br></div>Even after launching this script I do not get fully correct environment. To fix it I have to copy /opt/ltsp/i386/etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/* to user home directory.<br>
<br></div>Do You have any recommendation what I can do better ?<br><br></div>Thanks for Your good work,<br></div>Ivan<br></div>