Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop application on focus lost stops i3status process too #174

Open
pizdjuk opened this issue Jan 30, 2021 · 2 comments
Open

stop application on focus lost stops i3status process too #174

pizdjuk opened this issue Jan 30, 2021 · 2 comments
Assignees
Labels

Comments

@pizdjuk
Copy link

pizdjuk commented Jan 30, 2021

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
Copy link
Author

pizdjuk commented Jan 30, 2021

So. I think to find how to trigger the bug:

  1. run the browser
  2. run the script
  3. run floating terminal window
  4. focu on this floating terminal window
  5. make it fullscreen with a shortcut
  6. see that i3status was SIGSTOPped

@pizdjuk
Copy link
Author

pizdjuk commented Jan 30, 2021

Oh. It seems to be deeply: i3/i3#2280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants