polybar-dwm/tests/unit_tests
patrick96 47483a94f1 fix(process): fork_detached created zombie processes
Since the forked processes are still our children, we need to wait on
them, otherwise they become zombie processes.

We now fork twice, let the first fork immediately return and wait on it.
This reparents the second fork, which runs the actual code, to the init
process which then collects it.

Ref #770
2020-12-12 02:37:21 +01:00
..
components fix(config_parser): Gracefully handle BOM (#2166) 2020-08-15 12:02:23 +02:00
drawtypes test(iconset): Add failing fuzzy match test 2020-03-19 20:52:41 +01:00
utils fix(process): fork_detached created zombie processes 2020-12-12 02:37:21 +01:00