By default, when Ubuntu 10.04 goes idle for a while, it requires you to enter your password to resume your session. That’s a good security precaution. However, if you are working in a secure area, or there is nobody else around, you might want to temporarily turn off this feature.
To turn off this password prompt, press Alt + F2 to open the Run Application dialog box. Enter “gconf-editor” (without the quotes) in the edit box and click Run.
In the Configuration Editor, navigate to the apps | gnome-power-manager | lock item, select lock, and uncheck the gnome_keyring_hibernate and gnome_keyring_suspend check boxes.
Close the Configuration Editor by selecting Quit from the File menu.
You can quickly test to see if the lock out password prompt is off by entering the following in a Terminal window (to open a Terminal window, select Accessories | Terminal from the Applications menu).
$ gnome-screensaver-command -a
If turning off those options in the Configuration Editor doesn’t work, there is another setting you can turn off. Select Preferences | Screensaver from the System menu.
On the Screensaver Preferences dialog box, uncheck the Lock screen when screensaver is active check box.
You can also prevent the screensaver from coming on when the computer it idle on the Screensaver Preferences dialog box. To do this, uncheck the Activate screensaver when computer is idle check box.
Click Close to close the Screensaver Preferences dialog box.
The next time Ubuntu goes into sleep, or idle, mode, it won’t prompt you for a password to resume your session.
NOTE: We provided this tip because it can be useful sometimes, if, for example, you have to wait for actions to finish on your Ubuntu system. However, we recommend that you leave the lock out password feature on whenever possible for a more secure environment.
by Lori Kaufman






Option 1 worked for me. Many thanks, Lori. Informative web site.
Regards, u/t geek
Worked for me, too, the Option 1. I did option 2 afterward and the password returned, so I went back to screensaver and enabled the lock, then, did option 1 again.
I gotta say this was the easiest to follow.