23

I have disabled the screen lock which requires a password (settings->privacy) and I have activated the screen blanking which switches off the display (settings->power->blank_screen). But when I want to activate the dark display and touch a key, the display is switched on but there is the picture from the lock screen which I have to remove by hitting escape key. A password is not required. How can I get rid of this lock picture? (It is the same that is used for the screen lock).

  • 4
    To ask for clarity, you mean how to disable the lock-screen curtain? I would be interested in a solution for this as well. – Videonauth Oct 22 '17 at 14:19
  • 2
    I found this: https://extensions.gnome.org/extension/672/disable-screen-shield/ –  Oct 22 '17 at 21:34
  • Does it work on 17.10 with gnome 3.26? – Videonauth Oct 22 '17 at 21:45
  • yes works on 17.10 with gnome 3.26. don't use the Super+L key, you have to reboot. –  Oct 23 '17 at 14:11
  • O.k. since I'm used to log in when I'm booting up this might be not well suited for my case then, and looking at the extensions github it has sitting idle since June. – Videonauth Oct 23 '17 at 15:17
  • the link to the extension from @jms here , works. i clicked on github link though, there i copy paste the git clone command it had in instructions (it downloads the extension directly in the correct folder) , i did in terminal <$killall -3 gnome-shell> to restart gnome shell, i opened the tweak tool and enabled the extension. – Pavlos Theodorou Oct 27 '17 at 13:39
  • if you have the chrome-gnome-shell extension installed (GNOME Shell integration), you can go to https://extensions.gnome.org/ with your chrome browser and install the gnome extensions directly from the browser screen. –  Oct 27 '17 at 15:20
  • The "don't hit Super-L" bit kills it for me, I use that all the time. Is there really no other way to get rid of this thing? Would replacing the display manager work? – retorquere Nov 22 '17 at 09:33
  • For me the extension didn't work :( – emvidi Dec 05 '17 at 10:52
  • 2
    This bug was reported 5 years ago and there is still no fix from Canonical. It not only appears in gnome. There is no fix available today and this is a total shame for the linux community. – Franziskus Karsunke Jan 10 '18 at 16:34
  • have you tried to toggle the setting org.gnome.desktop.lockdown.disable-lock-screen in dconf-editor? – Robert Riedl Feb 09 '18 at 10:19
  • org.gnome.desktop.lockdown.disable-lock-screen does not help –  Feb 12 '18 at 08:40

1 Answers1

-1

I have a workaround for this.

  1. Uninstall or disable light-locker in autostart.
  2. Install xscreensaver
  3. On the XScreensaver settings screen unselect screen locking.
  4. On the advanced tab tick power management enable and set 0 for standby after and check Quick power off in blank only mode.
  • 1
    Are you sure this solves the issue? OP wants to disable the screen-shield (this one: https://i.stack.imgur.com/ejs4C.png), which is a default feature in GNOME 3. These steps seem to have to effect on it. – pomsky Mar 27 '18 at 04:07