I want to disable the lock screen on Gnome 3.14 after the computer is woken up from suspension. I've tried different proposed solutions, like this one, but they does now work.
Asked
Active
Viewed 2,018 times
2 Answers
7
Disable with
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
Enable with
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend true
Or reset to the default value false
with
gsettings reset org.gnome.desktop.screensaver ubuntu-lock-on-suspend

A.B.
- 90,397
-
Give me a ping if my answer works. If it does not work I have to delete them. – A.B. Sep 16 '15 at 14:16
-
It works. Now I have two answers and both are right :-) – Manuel Sep 17 '15 at 19:04
-
Mark the answer that fits best for you. And you can also upvote. ;) – A.B. Sep 17 '15 at 19:21
-
@Manuel Just wanted to point out that our two answers are really the same - just different methods of getting to the same flag in the Ubuntu system – Charles Green Oct 06 '15 at 05:01
6
Graphically, use dconf Editor
to flip the status of org.gnome.desktop.screensaver ubuntu-lock-on-suspend
from checked to un-checked

A.B.
- 90,397

Charles Green
- 21,339