<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.  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></div><div>The same thing happened after upgrading from Mint 15 to Mint 16.  <br>
<br>Now I get this error when I use this previously working script from ssh or a cron job:<br><br>Service 'org.freedesktop.ScreenSaver' does not exist.<br><br></div><div>It still works from a local KDE session.<br>
<br></div><div>How do I get the old behavior back?  I used it to limit my kids screen time.<br><br></div><div>Thanks,<br><br></div><div>       David<br><br></div></div></div>