Showing posts with label suspend. Show all posts
Showing posts with label suspend. Show all posts

Tuesday, January 12, 2010

Disabling lock on Suspend

(for laptop users)

Just read about it at: Disabling Password When Waking a Laptop

For many it may be considered a security risk, blah, blah, but I still vote for commodity.

This one goes to my linscripts:

# execute these commands from terminal
gconftool -s -t bool /apps/gnome-power-manager/lock/hibernate false
gconftool -s -t bool /apps/gnome-power-manager/lock/suspend false
# Done! :-)