You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a new chromium window if chromium is suspended it does not get opened until i focus one of existing chromium windows. This is a bit annoying, but additionally window gets spawned on workspace i switched to for resuming chromium, and not the one i wanted to start it originally.
Possible solution
If it would be possible to send SIGUSR1 signal to xsuspender and force it to resume all processes it would be possible to make chromium command wrapper or bpf (https://github.com/iovisor/bcc/blob/master/tools/execsnoop.py) script that would send SIGUSR1 to xsuspender whenever a new chromium is started (one without parent).
tldr: implement SIGUSR1 signal handler that resumes all suspended processes.
The text was updated successfully, but these errors were encountered:
offlinehacker
changed the title
When opening a new chromium window it does not appear until resumed
New chromium window does not appear until chromium is resumed
Jan 20, 2019
Issue
When opening a new chromium window if chromium is suspended it does not get opened until i focus one of existing chromium windows. This is a bit annoying, but additionally window gets spawned on workspace i switched to for resuming chromium, and not the one i wanted to start it originally.
Possible solution
If it would be possible to send
SIGUSR1
signal toxsuspender
and force it to resume all processes it would be possible to make chromium command wrapper orbpf
(https://github.com/iovisor/bcc/blob/master/tools/execsnoop.py) script that would sendSIGUSR1
toxsuspender
whenever a new chromium is started (one without parent).tldr: implement
SIGUSR1
signal handler that resumes all suspended processes.The text was updated successfully, but these errors were encountered: