Comment 24 for bug 108928

Revision history for this message
Bob Wanamaker (rlw-nycap) wrote :

Another hack for this problem in feisty that works for me. Append the following lines to the Default file in /etc/gdm/PostSession :

KB_BACKUP="$HOME/.gconf/desktop/gnome/peripherals/keyboard/kbd.sysbackup"

if [ -d $KB_BACKUP ]; then
        rm -r $KB_BACKUP
fi

This eliminates the annoying keymap query when logging into the server after a VNC visit. It returns to the
originally configured xorg.conf setup. I haven't tested it when there are two logins to the same account.