Gnome Shell Lock Screen problem in Ubuntu 14.04

12,397

Solution 1

Click the gear icon on the panel, or user name and find System Settings, you can also find it with search.

  1. Go to System settings
  2. Choose Brightness and lock
  3. Then:

    • Set "Lock" option to "ON"
    • Check the box in "Required my password when waking from suspend"
    • Set the time in "Lock screen after:"

Additional option since the above is not working for you.

Open Terminal

gsettings set org.gnome.desktop.lockdown disable-lock-screen 'false'

This worked on 12.10, not sure about 14.04 but I think it should be the same.

Solution 2

Same problem at first. Then I changed the DM to gdm instead of lightdm, then everything is okay.

sudo dpkg-reconfigure gdm

Then choose gdm. Make sure that gdm is installed. Hope this to be useful. Good luck!

Share:
12,397

Related videos on Youtube

Anonymous
Author by

Anonymous

**Linux is only free if your time has no value.

Updated on September 18, 2022

Comments

  • Anonymous
    Anonymous over 1 year

    There is no option for lock Screen. Whenever I switch on from suspend mode, It doesn't show any lock screen.

  • Anonymous
    Anonymous almost 10 years
    Its not showing any option for "Brightness and lock" settings In my system setting.
  • RCF
    RCF almost 10 years
    Check the last line of my original answer for new code to try.
  • RCF
    RCF almost 10 years
    Also, see if you can manually lock the screen with Ctrl-Alt-l (L lowercase) If not, you may have deleted your screensaver and may need to re-install.
  • Anonymous
    Anonymous almost 10 years
    No, Ctrl-Alt-l is also not working and I tried to install gnome screen saver it says "gnome-screensaver is already the newest version."
  • Елин Й.
    Елин Й. over 9 years
    +1. I can confirm that it is working for Ubuntu Gnome 14.04.
  • tuxdna
    tuxdna over 9 years
    Try Windows Key + L. It works for me.
  • Ashish
    Ashish over 9 years
    I'm facing the same problem on fresh Kubuntu+ gnome-shell 14.04.1. Unfortunately, RCF-U14.04's answer did not work for me.
  • Gorka
    Gorka about 7 years
    The terminal command worked in Ubuntu Gnome 17.04. Thanks!