Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
21
rated 0 times [  21] [ 0]  / answers: 1 / hits: 24488  / 2 Years ago, fri, may 13, 2022, 6:24:03

When my computer is locked, I am presented with the default Ubuntu lockscreen. When I enter my password and unlock it, I am presented with the Cinnamon 2 lock screen and I have to enter my password again.



How can I disable the Cinnamon 2 lock screen?



Note: I've installed Cinnamon 2 with these commands:



sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon

More From » lock-screen

 Answers
3

After a bit of searching in dconf-editor (inspired by the other answers and not gconf), I found the schema



org → cinnamon → desktop → lockdown



which contains a key called disable-lock-screen, set that to true (checked) to disable the Cinnamon lock screen.


dconf-editor screenshot here




Command Line


To turn lock screen off:


gsettings set org.cinnamon.desktop.lockdown disable-lock-screen true

To turn back on:


gsettings set org.cinnamon.desktop.lockdown disable-lock-screen false

[#29060] Friday, May 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whipstder

Total Points: 189
Total Questions: 110
Total Answers: 99

Location: Uzbekistan
Member since Sat, Feb 27, 2021
3 Years ago
;