I'm running puppeteer through node on Linux Mint Cinnamon (GTK based). When my headfull puppeteer launches, it jumps to the foreground and steals focus.
How can I stop this from happening?
I found this question: How to keep puppeteer browser running background without jumping to foreground?
But it only seems to apply to MacOS.
(headlessness is not an option).