Fix: conky waited indefinitely on programs started with \$exec-alike vars if those...
authorNikolas Garofil <garo@dunaldi.garofil.be>
Sun, 26 Jul 2009 00:26:22 +0000 (02:26 +0200)
committerNikolas Garofil <garo@dunaldi.garofil.be>
Sun, 26 Jul 2009 00:26:22 +0000 (02:26 +0200)
commitb963c2827fe5491e7073de4e829ac6686f148d8f
tree402f6be13ad6cb791831dbe05278958b970bc557
parent4d37d021e1ce00b499b6f032027d94178f7ee8c5
Fix: conky waited indefinitely on programs started with \$exec-alike vars if those programs don't quit.

Conky now kills the program when it should start the next update, this makes using things like tail with
the -f option possible in a \$exec.

I am not pushing this to 1.7.2 because this is a pretty big change in the code and it is not really
a bugfix but more a usability-problem-fix (if that term would exist).
src/conky.c