stop application on focus lost stops i3status process too
pizdjuk opened this issue · 2 comments
pizdjuk commented
I have following line
exec _i3-stop-application-on-unfocus.py "Pale moon" palemoon
works good. But sometimes it sends SIGSTOP signal to the processes, that have i3status in their name too.
So the system turns completely unusable out. This happens ~1-2 times/day. After changing to a terminal console and sending SIGCONT signals to the stopped processes, all works fine.
pizdjuk commented
So. I think to find how to trigger the bug:
- run the browser
- run the script
- run floating terminal window
- focu on this floating terminal window
- make it fullscreen with a shortcut
- see that i3status was SIGSTOPped
pizdjuk commented
Oh. It seems to be deeply: i3/i3#2280