<div dir="ltr"><div><div>I just upgraded to 13.10 and a script that used to work for me stopped working.  Specifically, I had a script that I ran from a cron job that locked the screen so my kids can't use the computer in the family room for long periods of time.  The script looks like this:<br>
<br></div>#!/bin/bash<br></div><div><div>export DISPLAY=:0.0<br>export PATH=/usr/lib/x86_64-linux-gnu/qt4/bin:$PATH<br>qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock<br><br><br></div><div>In 13.04, it was working fine from cron.  Now it works from a terminal in the local X session, but not from a remote ssh session or from cron.  It gives this error now from ssh:<br>
<br>Service 'org.freedesktop.ScreenSaver' does not exist.<br><br>Any ideas how I can get it working again?<br><br></div><div><br>Thanks,<br><br></div><div>          Dave<br><br><br></div></div></div>