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

Re: KDE in etch liest /etc/profile nicht mehr?



On 29.04.07 14:25:25, Dirk Salva wrote:
> On Sun, Apr 29, 2007 at 01:15:04PM +0200, Andreas Pakulat wrote:
> > Benutzt du kdm? Wenn nicht musst du diesen installieren. gdm liest die
> 
> Jupp.

Und hast du mal in die /etc/kde3/kdm/Xsession geschaut? Bei mir steht da
sowas:
# Note that the respective logout scripts are not sourced.
case $SHELL in
  */bash)
    [ -z "$BASH" ] && exec $SHELL $0 "$@"
    set +o posix
    [ -f /etc/profile ] && . /etc/profile
    if [ -f $HOME/.bash_profile ]; then
      . $HOME/.bash_profile
    elif [ -f $HOME/.bash_login ]; then
      . $HOME/.bash_login
    elif [ -f $HOME/.profile ]; then
      . $HOME/.profile
    fi
    ;;

Und entsprechend werden die Dateien gesourced.

Andreas

You could live a better life, if you had a better mind and a better body.



Reply to: