You are not logged in.

#1 2018-05-10 16:56:14

doomguy84
Member
Registered: 2018-05-09
Posts: 48

[SOLVED] Gnome Shell - Lock Screen not working

There is not an Lock button on the upper-right "Power" icon of my Gnome Shell...
Combination keys Super+L or CTRL+ALT+L does nothing too...
The package gnome-screensaver is installerd...
The system is full updated...

How can I lock the screen?


SOLUTION:
I had not "gdm" installed, but only "lightdm"
the commands to solve:

sudo pacman -S gdm
sudo systemctl disable lightdm && sudo systemctl enable gdm

Last edited by doomguy84 (2018-05-11 12:05:28)

Offline

#2 2018-05-10 17:09:11

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [SOLVED] Gnome Shell - Lock Screen not working

You need to login with GDM for gnome-shell's lock screen to work.

Offline

#3 2018-05-11 12:03:05

doomguy84
Member
Registered: 2018-05-09
Posts: 48

Re: [SOLVED] Gnome Shell - Lock Screen not working

ooo wrote:

You need to login with GDM for gnome-shell's lock screen to work.

yes, you got the right thing!!

installed gdm and after i replaced lightdm with this command:

sudo systemctl disable lightdm && sudo systemctl enable gdm

thanks!!

Offline

Board footer

Powered by FluxBB