I'm running Ubuntu MATE 20.04 on one of my machines, and noticed that for some reason, it appears to be using two different greeters. It looks like LightDM for the login screen, but something else for the lock screen. How can I change it to be consistent? (And preferably use LightDM on the lock screen so that the power options are available)?
Login:
Lock:
The first greeter is LightDM with corresponding theme.
The second is the screensaver locker powered by MATE ScreenSaver. You can replace it with LightDM based one. Below is how.
Change MATE Screensaver to Light Locker
To remove MATE Screensaver you have to execute the following commands:
To install LightDM based screenlocker install the corresponding package with:
Set corresponding keyboard shortcut to lock the screen by Super+L with command below
And for Ctrl+Alt+L we need some kind of hack:
You can change settings of
light-locker
by using its settings -light-locker-settings
.Change Light Locker back to MATE Screensaver
To restore original system state install the corresponding package by
restore default setting with:
and remove
light-locker
withNote: I reported bug 1889632 to launchpad and upstream about future integration of
mate-settings-daemon
withlight-locker
.