John
Results
2
comments of
John
I have the same issue on Fedora 37. ``` (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9....
I found a work around mentioned on the LosslessCut github project that had the same error. Add the ```--no-sandbox``` option to the app-image command, and it works. [Reference](https://github.com/mifi/lossless-cut/issues/1025)