Description of problem: gdm leaves accessibility options set incorrectly before handing over to window manager. This causes problems with some window managers (e.g. fvwm, icewm) that shows up if the shift key is held down the "slow keys" option is turned on, even though it is off according to gnome-keyboard-properties. This problem was reported against Fedora 9, but it took so long to figure out which component caused the bug, that I don't think it was ever explicitly reported against gdm. In any case, it still exists in Fedora 10. It was reported as bug 445898 against Fedora 10 seven months ago. Version-Release number of selected component (if applicable): gdm-2.24.0-12.fc10.i386 How reproducible: Always. Steps to Reproduce: 1. Log in from gdm-simple-chooser into a window manager like fvwm 2. Hold down shift for about 8 seconds Actual results: Slow keys comes on without any dialog Expected results: Slow keys should not be left on by gdm when the option is turned off for the user. Additional info: As gdm-simple-chooser runs under the gdm account, there are no configuration options that a normal user can use to control this "feature". It has to be turned off for the gdm account: sudo -u gdm gconftool-2 -s /apps/gdm/simple-greeter/settings-manager-plugins/a11y-keyboard/active -t bool false That command fixes the problem. Then an ordinary user can turn on or off the slow keys option through gnome-keyboard-properties as expected.
it's settings-daemon that's at fault, not gdm. settings-daemon should behave better when it gets killed. *** This bug has been marked as a duplicate of bug 445898 ***