Comment 205 for bug 649809

Revision history for this message
jifg (jifges) wrote :

The workaround is not working always. A better workaround is to leave
/etc/xdg/autostart/gnome-settings-daemon.desktop
untouched but change
/etc/gdm/PreSession/Default
in order to assert that gnome-settings-daemon from user gdm is killed, adding as the last line
killall -9 -w -u gdm gnome-settings-daemon
where -9 and -w are optional.
It seems to work all the time so far.