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.