Comment 4 for bug 425952

Revision history for this message
Robert Ancell (robert-ancell) wrote : Re: gdm requiring password for guest session

OK, one bug is in /usr/share/gdm/guest-session/guest-session-setup.sh, the following lines need to change from:

gconftool-2 --set --type bool /apps/gnome_settings_daemon/screensaver/start_screensaver False
gconftool-2 --set --type bool /apps/gnome_settings_daemon/plugins/screensaver/active False

to:

gconftool-2 --set --type bool /desktop/gnome/lockdown/disable_lock_screen True

to stop ConsoleKit from locking the guest session when switching users.