Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . ldm (2:2.2.18-1) unstable; urgency=medium . * New upstream version. - Display LDM only in the first monitor (LP: #693151). - DesktopNames replaced X-LightDM-DesktopName in xsession files (GNOME: #727546). - Fix invalid syntax in .dmrc parsing the default session. . * debian/control: Update Vcs-Browser to use https URL. Author: Vagrant Cascadian Bug-Ubuntu: https://bugs.launchpad.net/bugs/693151 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- ldm-2.2.18.orig/rc.d/X95-run-x-session +++ ldm-2.2.18/rc.d/X95-run-x-session @@ -16,7 +16,7 @@ fi if ! boolean_is_true "$LDM_NOMAD"; then if ! boolean_is_true "$LTSP_FATCLIENT"; then - ssh -Y -t -S $LDM_SOCKET $LDM_SERVER "$CLIENT_ENV $MY_LANG $MY_DISP $MY_SCANNER $MY_SOUND $LDM_XSESSION $LDM_SESSION < /dev/null > /dev/null $MY_LOCALDEV" + ssh -Y -t -S $LDM_SOCKET $LDM_SERVER ". /etc/profile;$CLIENT_ENV $MY_LANG $MY_DISP $MY_SCANNER $MY_SOUND $LDM_XSESSION $LDM_SESSION < /dev/null > /dev/null $MY_LOCALDEV" else ICEAUTHORITY="$(dirname $XAUTHORITY)/ICEauthority" # Using pam_ck_connector to make fat client sessions ConsoleKit-aware