dakyskye / dxhd

daky's X11 Hotkey Daemon
MIT License
99 stars 6 forks source link

dxhd waiting for process to finish #16

Closed dakyskye closed 4 years ago

dakyskye commented 4 years ago

I introduced this critical bug by accident in the latest release.

dakyskye commented 4 years ago

That's fixed by the latest commit d3c75b3, but not closing, since killing dxhd causes the it's children processes to die, which is not the behaviour we want. Using context, and disowning the process on shut-down must be the best way do to that.

dakyskye commented 4 years ago

Only SIGKILL causes every children to die. INT and TERM signals are fine.

dakyskye commented 4 years ago

https://github.com/dakyskye/dxhd/releases/tag/20.06.2020_17.14