[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#289143: kdm: does not source $HOME/.profile anymore



El Sábado 08 Enero 2005 03:14, Adeodato Simó escribió:
> * David Morel [Fri, 07 Jan 2005 13:48:05 +0100]:
> > Package: kdm
> > Version: 4:3.3.1-3
> > Severity: normal
> >
> > When upgrading to kde 3.3, I noticed environment vars (specifically LC_
> > settings) where not sourced anymore, which prevented several non-kde
> > apps from functionning properly.
>
>   kdm has never source ~/.profile by default, that I can recall. but I
>   may be wrong, it's late here.

I remember kdm 3.2 sourced /etc/profile. I had some problems related to 
euro-support-es and kdm, so I had to backup /etc/kde3/kdm/Xsession to modify 
it, and is still there. 

You can workaround this with:

# cat > /etc/X11/01profile
[ -f /etc/profile ] && . /etc/profile
[ -f $HOME/.profile ] && . $HOME/.profile

Press crtl+d to end. Please note this file is sourced by /etc/Xsession (wich 
is sourced by /etc/kde3/kdm/Xsession ) and does not need '#!/bin/sh' nor exec 
permision.



Reply to: