Using the instructions in this thread I disabled the lock screen: Disabling Lock Screen 18.04
...and the phone style slide-up lock screen is still enabled. It is not "locked". However, if I happen to be playing a game, that slide screen function completely locks up my computer. I can't get it back without a hard reboot. I would like a way to completely get rid of the phone style slide up requirement to return to my desktop. Just go from a blank screen (or screen saver) to the desktop when I move my mouse or press a key or anything to wake up the computer.
gsettings set org.gnome.desktop.lockdown disable-lock-screen true
try this command, when you want to enable make the value to false. – PRATAP Nov 08 '18 at 08:40sudo apt install unity
since it's a different DE there is no slide up environment. Any way this is off topic. Let's discuss about Ubuntu DE. Have you tried some other settings which prevents from locking the screen in power settings? – PRATAP Nov 08 '18 at 17:56dconf-editor
tool also? – PRATAP Nov 08 '18 at 18:06sudo apt update && sudo apt install dconf-editor
please note that there is no direct input for slider but many options which may avoid this slider. – PRATAP Nov 08 '18 at 18:22