Ubuntu – How to disable password on Hibernate/Suspend

11.10hibernatepasswordsuspend

I have installed Ubuntu 11.10 and on suspend/hibernate I am asked for password. I couldn't find apps > gnome-power-manager > lock in gconf-editor. What's the solution for this?

Best Answer

This worked for me:

gsettings set org.gnome.desktop.lockdown disable-lock-screen 'true'

It disables the locking altogether.