Sto usando Xubuntu e mi collego su RemoteDesktop con Windows 7.
Tutto funziona bene, ma l'auto_completion nella mia bash non funziona. Ho controllato il file .bashrc nella mia directory home e anche il file /etc/bash.bashrc.
Consiglio le righe seguenti nella mia configurazione bashrc locale e anche in bash.bashrc, ma non cambia nulla.
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi