> Everything was perfect for 7.2, only some details:
> - /etc/skel/.bashrc contains an explicit export XAUTHORITY=... which
>   breaks the automatic X11 forwarding provided by openssh

[ -n $DISPLAY ] && {
    [ -f /etc/profile.d/color_ls.sh ] && source /etc/profile.d/color_ls.sh
     export XAUTHORITY=$HOME/.Xauthority
}

If you use ssh, $DISPLAY will be set. Then the rest won't be executed.

Or am I wrong?

seb


Reply via email to