How do I disable "Lock screen" keyboard shortcut under Unity?
You should be able to see what is the current setting by the command:
gsettings get org.gnome.desktop.lockdown disable-lock-screen
The output should be:
true
If it isn't, you can set it by the command:
gsettings set org.gnome.desktop.lockdown disable-lock-screen true
A cosmetic downside on my system is however that the screen doesn't lock any more, but still turns black for a second or so. You'll have to see if it works well on your system.
A fix on Ubuntu 16.04 that does not turn your screen black is disabling the key setting using the Compiz configuration manager. Turns out it is not Gnome, but Compiz, that captures the key combo. This is why disabling the shortcut does not work. This Stack Overflow question covers how to do it.
The package is called compizconfig-settings-manager
and I only managed to find it using the GUI app launcher. To reproduce the steps here:
- Install and run CompizConfig Settings Manager
- Click "Ubuntu Unity Plugin"
- Click the button next to "Key to lock the screen."
- Disable