From 9349871b9eb888d1d1b7f552ea40f8d348b16c1b Mon Sep 17 00:00:00 2001 From: Ulrik de Muelenaere Date: Sat, 30 Mar 2024 10:42:03 -0400 Subject: Fix zombie processes left by tag and low battery action This effectively reverts c54d93e and 991a168. While those fix #687 and #688 respectively in the case where the configuration is recompiled, in all other cases they leave zombie processes, since they undo the fix for #181. However, instead of reverting to the deprecated system function, we use the newer spawnCommand and waitForProcess. And like with 991a168, the low battery action now runs in the background to avoid blocking the bar. --- changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 74912c6..6410188 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ ## Version 0.48 (unreleased) - The `Kbd` monitor is not clickable (thanks, Enrico Maria) +- Fix zombie processes left by `` tag and low battery action ## Version 0.47.4 (March, 2024) -- cgit v1.2.3