mirror of
https://github.com/perk11/runwhenidle.git
synced 2026-01-09 13:48:01 -05:00
Add "Known issues" section to README
This commit is contained in:
committed by
GitHub
parent
c647c18fcd
commit
77606972ab
@@ -58,8 +58,13 @@ Output debug information to stderr.
|
||||
|
||||
Run the `cat /dev/zero` command and pause it while user is active. `-q` option makes sure runwhenidle doesn't output anything other than the output of `cat /dev/zero`.
|
||||
|
||||
### Known issues
|
||||
|
||||
### Building Ubuntu/Debian package:
|
||||
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.
|
||||
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
|
||||
Make sure you have docker installed and run:
|
||||
|
||||
make debian-package
|
||||
|
||||
Reference in New Issue
Block a user