Clean installation of Ubuntu 18.10 beta
I want the screen to turn off after 1 minute of inactivity, but I do not want the system to be locked when it is activated again. So I do :
gsettings set org.gnome.desktop.session idle-delay 60
gsettings set org.gnome.desktop.screensaver lock-enabled false
The screen turns off after 1 minute of inactivity. The problem is that after that when I try to access the system it is stuck at a purple screen similar to the one of the lock screen but with no input form for password. The only way to access the system, is to suspend the system and then resume.
Do you have any view on this?