tags 397534 + patch thanks Hi,
Attached is the diff for my wdm 1.28-2.2 NMU.
diff -Nru /tmp/Kurdx1Ab7U/wdm-1.28/debian/changelog /tmp/FSODDRJcpf/wdm-1.28/debian/changelog --- /tmp/Kurdx1Ab7U/wdm-1.28/debian/changelog 2006-11-15 02:23:00.000000000 +0100 +++ /tmp/FSODDRJcpf/wdm-1.28/debian/changelog 2006-11-15 02:23:01.000000000 +0100 @@ -1,3 +1,11 @@ +wdm (1.28-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Don't assume /etc/X11/Xsession is executable; it no longer is, and this + would make sessions stop immediately. (Closes: #397534) + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Wed, 15 Nov 2006 02:18:05 +0100 + wdm (1.28-2.1) unstable; urgency=high * Non-maintainer upload. diff -Nru /tmp/Kurdx1Ab7U/wdm-1.28/debian/config/Xsession /tmp/FSODDRJcpf/wdm-1.28/debian/config/Xsession --- /tmp/Kurdx1Ab7U/wdm-1.28/debian/config/Xsession 2006-11-15 02:23:00.000000000 +0100 +++ /tmp/FSODDRJcpf/wdm-1.28/debian/config/Xsession 2006-11-15 02:23:01.000000000 +0100 @@ -7,4 +7,4 @@ echo $1 >$HOME/.wm_style shift fi -exec /etc/X11/Xsession `cat $HOME/.wm_style` $@ +exec /bin/sh /etc/X11/Xsession `cat $HOME/.wm_style` $@