Closed desbma closed 4 years ago
Oh my, I can reproduce this. That's not very great, clearly I have too few tests :(
The issue seems to be that it's the very first timer! It opens some interesting questions about functionality:
There we go, feel free to try the latest git commit :)
Well it now "works", but not the way I would have expected.
Disabling the timer makes xidlehook exit, and I would have prefered if it continued to run until I re-enable the timer.
Otherwise I could have just killed xidlehook, which is much simpler than using the socket API.
I guess that's a good point, sleeping forever it is!
Works perfectly, thank you very much !
@jD91mZM2 Can you please make a 0.8.2 release, so that the fix is available in a tagged release? Thanks !
Ah yeah, I forgot :| Will do ASAP, although this weekend I am without computer :(
And of course I forgot. Again :|
Sorry @desbma!! Will do
Released!
Start xidlehook with a timer to run
date
after 1s of inactivity:Disable the timer:
Check it is disabled:
However the timer still fires after 1s of inactivity....
I'm using xidlehook version 0.8.1 on Arch Linux.