Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upNew chromium window does not appear until chromium is resumed #10
Comments
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
offlinehacker commentedJan 20, 2019
•
edited
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
SIGUSR1signal toxsuspenderand 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 sendSIGUSR1toxsuspenderwhenever a new chromium is started (one without parent).tldr: implement
SIGUSR1signal handler that resumes all suspended processes.