-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prevent Ubuntu desktop lock #50
Comments
Apparently, if left for 5 minutes without xbmc running, Ubuntu enters suspend mode and then requires password when unlocking. The settings to change this are in System Settings -> Brightness and Lock.
the latter is a hack because because session.idle-delay is not working - I found the trick here: http://askubuntu.com/questions/452908/how-to-disable-suspend-in-14-04 |
Nice catch. I will add this to ansible. |
Scratch the previous comment... The script "disable_screensaver" works, but never runs. The autostart file "disable_screensaver.desktop", copied to .config/autostart, doesn't run its command because of this line:
Apparently this condition isn't met. I don't know what this condition means, but after removing this line and re-logging in, the script /usr/bin/disable_screensaver runs and sets the proper configuration. |
If XBMC is not running, the desktop may lock and require user password (when it happened to me, I couldn't input the password too so I had to reboot the computer :/). Please disable desktop locking.
The text was updated successfully, but these errors were encountered: