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
After a bit of searching in
dconf-editor
(inspired by the other answers and not gconf), I found the schemawhich contains a key called
disable-lock-screen
, set that to true (checked) to disable the Cinnamon lock screen.Command Line
To turn lock screen off:
To turn back on:
After installing Cinnamon the way you did, and running it, opening gconf-editor, I coudn't find a cinnamon entry under desktop, only gnome. You can disable the Gnome lock screen, and see if that helps.
Uninstalling
gnome-screensaver
fixed the double lock issue for me.If you prefer the
gnome-screensaver
, as OP does, simply removecinnamon-screensaver
instead.you have to install gconf editor for that. after install gconf editor , open it navigate as desktop - cinnamon - lockscreen or desktop - gnome - lockscreen . there you can disabled the cinnamon lock screen.
I think cinnamon using gnome lock screen.
try it.
I installed
xscreensaver
on my system butcinnamon-screensaver
still butts in and takes over.An easy solution is this:
then:
and add the following lines:
Or do this: