I have this script running, but still the ScreenSaver kicks in. #!/bin/bash while true; do qdbus org.freedesktop.ScreenSaver /ScreenSaver SimulateUserActivity sleep 30 done Reproducible: Always Steps to Reproduce: 1. run the script and do nothing Actual Results: The screensaver shows up Expected Results: The screensaver shouldn't kick in.
I can't reproduce on my fedora 18 box. What does this version output for you? while true; do qdbus org.freedesktop.ScreenSaver /ScreenSaver SimulateUserActivity sleep 30 qdbus org.freedesktop.ScreenSaver /ScreenSaver GetSessionIdleTime done It should always print something approximately close to 30000
As expected the command gets ignored: bash ./sleep 29928 59938 89950
triaged to solid/powermanagement
What version of kde are you using? (I tested 4.10.2)
Kubuntu 12.10 with KDE 4.10.2 (as filed in the report)
This is an xserver bug. Ubuntu 12.10 hasn't yet updated to the bugfix release which fixes this - see https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1164876 *** This bug has been marked as a duplicate of bug 310317 ***