How can I disable password request after suspend in Ubuntu 18.04? I have already turned off the screen lock but that didn't fix it.
I am new Ubuntu user. There seems to be lots of information on how to fix this in older versions.
How can I disable password request after suspend in Ubuntu 18.04? I have already turned off the screen lock but that didn't fix it.
I am new Ubuntu user. There seems to be lots of information on how to fix this in older versions.
Type the following in the terminal after the
$
prompt:If the result displayed is
true
then set it tofalse
using:NOTE: The above question and this answer is for Ubuntu 18.04.
Disable screen lock after suspend by installing dconf-editor
then navigate to
org/gnome/desktop/screensaver
and turn offubuntu-lock-on-suspend
.In Ubuntu 19.04, there is finally a method to configure this without executing commands:
Open the "Settings" program, or start it with
gnome-control-center
.Navigate to "Privacy" and click on "Screen locking".
Disable "Lock the screen in standby".
Internally, it has just the same effect as the command mentioned in another answer here:
You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]