Hello,
I have found info about the needed commands to enable / disable screensaver and suspend with qcop, but it doesn't work here. Probably I am doing something wrong...
every attempt to run on the command line:
qcop "QPE/System" "setSuspendOnOff(bool)" XYZ
fails (for XYZ I have tried every boolean value I could think of: 0, 1, false, true, on, off, yes, no...).
I always get the error message:
"Syntax error in parameter type: bool".
I tried to use int instead of bool, with values 0 and 1. This doesn't give me the error message anymore, but it simply does not work.
I need to disable suspend in a shell script temporarily. Could anyone point me into the right direction please?
ALso for screeensaver. I'd like to disable it permanently if possible. I know about the qpe.conf modification which disables it, but it is overwritten everytime I use the "Light and Power" applet. So I'd like to be able to disable the screensaver from a script.
Thanks
daniel