Luca Ognibene said:
> if i use runlevel 3 (text login) i've got no problem but if i use
> runlevel 5 with gdm login i've got serveral problems.
>
> 1) no antialias font (i've got gnome2..)
> 2) in terminals(xterm or gnome-terminal)there are no alias
> (l, ll, ... don't work)
> 3)no ls coloured output

Check in in your ~/.bash_profile  you have
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

and in ~/.bashrc

if [ -f /etc/bashrc ]; then
       . /etc/bashrc
fi




Reply via email to