I too get this error This is what I found on Google (gotta love GOOGLE) http://www.xs4all.nl/~zweije/xauth-7.html copy and past this snip, just replace command with the command you want to run, works great! su - -c "exec env DISPLAY='$DISPLAY' \ XAUTHORITY='${XAUTHORITY-$HOME/.Xauthority}' \ command" Please read the page I listed above, it explains it very well! Mark On Mon, 2003-05-05 at 13:08, foao wrote: > Today the following message appears using gnome-terminal : > > $: su -c "gedit /etc/inittab" > (gedit:3557): GnomeUI-WARNING **: While connecting to session manager: > Authentication Rejected, reason : None of the authentication protocols > specified are supported and host-based authentication failed. > > Nevertheless, I can open and modify the file without problem. > > while : > $: su -c "vi /etc/inittab" > works fine without warning > > Any suggestion ? > > Franck > >