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

Re: Speaking of logging in as root...



Hall Stevenson wrote:
... what happened that causes this

    # allow root to run programs when another
    # user is in X
    if [ ! "$USER" = "root" ]; then
        export XAUTHORITY=/home/$USER/.Xauthority
    fi

to no longer work for me ??

Try using $LOGNAME instead of $USER.




Reply to: