Electron.jl
Electron.jl copied to clipboard
Add --no-sandbox capability
Hi, I would like to use ElectronDisplay.jl to display my CairoMakie output via a remote ssh connection. I used to be able to do this by modifying Electron.jl to start electron with the --no-sandbox flag. But I am having trouble figuring out how to do this with the current version. I wonder if you could add this capability to your code or suggest how I could do it? All the best, Ed
I'm making that the default now (https://github.com/davidanthoff/Electron.jl/pull/137), as it seems that things are broken without it on Ubuntu.