WTF? o0 are you out of your god-dammed mind? You use dbus-scripts in order to avoid polling things. i.e. dbus-scripts waits for somthing, then runs a script. You don't poll dbus to get the current state of something in order to run a script. This rule WILL run the script '/opt/scripts/some_script.sh' when the system inactivity signal is on dbus. Code: /opt/scripts/some_script.sh * * com.nokia.mce.signal system_inactivity_ind
/opt/scripts/some_script.sh * * com.nokia.mce.signal system_inactivity_ind
/usr/sbin/dbus-send --system --type=method_call --dest=com.nokia.mce --print-reply=literal /com/nokia/mce/request com.nokia.mce.request.get_inactivity_status