I have the same problem, two dialogs on autologin, zero without autologin.
libpam_keyring (or whatever it's called, we're all talking about the same...)
works if I don't use autologin.
I guess the problem is that if no password is entered, the keyring cannot be
opened. That's why gdm needs to get
I have a workaround, I've used for some time now.
libpam_keyring used to to include an executable called pam-keyring-tool, which
can be used to open the keyring. Starting with Gutsy, pam-keyring-tool is no
longer included.
I downloaded the source and compiled the executable. It is used like this:
In feisty on a T42:
smbios.system.uuid = 'C389A481-4729-11CB-A373-DBC117FBD34F' (string)
smbios.system.serial = '999DMWN' (string)
smbios.system.version = 'ThinkPad T42' (string)
smbios.system.product = '2374VSG' (string)
smbios.system.manufacturer = 'IBM' (string)
Patch not workin