Electron.jl icon indicating copy to clipboard operation
Electron.jl copied to clipboard

Add --no-sandbox capability

Open ezaron opened this issue 1 year ago • 2 comments

ezaron avatar Dec 28 '24 20:12 ezaron

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

ezaron avatar Dec 28 '24 20:12 ezaron

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.

davidanthoff avatar Feb 23 '25 07:02 davidanthoff