selairi / yatbfw

Yes another task bar for Wayland
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Launchers spawn yatbfw process #6

Closed stefonarch closed 2 years ago

stefonarch commented 2 years ago

Every click on a launcher create a new shadow process of yatbfw:

screen_gio_14:45:54_

selairi commented 2 years ago

My fault. I forgot to catch SIGCHLD signal and zombie process are not removed.

Fixed.

stefonarch commented 2 years ago

Nice :)