How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.
I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.
How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.
I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.
For most Ubuntu distributions and versions try this in the terminal:
gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
true
If the result is true
then set it to false
using:
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
Just remember to reset it before your cleaning person comes over for monthly work.
$
that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer. – WinEunuuchs2Unix Apr 29 at 20:20 Disable screen lock after suspend by installing dconf-editor
sudo apt install dconf-editor
then navigate to
org/gnome/desktop/screensaver
and turn off ubuntu-lock-on-suspend
.
You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]