From 2372b4752281053bf5df98551675a54f3ddf1565 Mon Sep 17 00:00:00 2001 From: Konstantin Pereiaslov Date: Thu, 21 Sep 2023 08:04:24 +0300 Subject: [PATCH] Update README.md - fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 627405c..5e66e60 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Run the `cat /dev/zero` command and pause it while user is active. `-q` option m ### Known issues 1. Wayland support. runwhenidle currently doesn't work without XScreenSaver, but Wayland support should be possible and is planned (at least for the DEs supporting ext-idle-notify, which now both Gnome and KDE support). -2. The signal isn't send to child processes, so if your process starts new processes, they will not receive the signal and will continue running. Unofrtunately there is no universal solution for this, but I plan to look at what needs to be done to improve this behavior. +2. The signal isn't sent to child processes, so if your process starts new processes, they will not receive the signal and will continue running. Unofrtunately there is no universal solution for this, but I plan to look at what needs to be done to improve this behavior. 3. When running from cron, runwhenidle doesn't work. This is now resolved, but you need to use --pause-method=SIGSTOP parameter. For some reason, cron is launching things in a way that ignores SIGTSTP signal. ### Building Ubuntu/Debian package