Comment 10 for bug 596149

Revision history for this message
Christian Holtje (docwhat) wrote : Re: gdm can't login to any session

Actually, it looks like you can just add this to the top of bash_completion:

# Only run if shell is interactive.
if [[ $- != *i* ]] ; then
    return
fi

Ciao!