ride
ride copied to clipboard
RIDE should set ENABLE_CEF to 0 when using SSH
When RIDE launches an interpreter over SSH it should set the environment variable ENABLE_CEF=0, CEF is the Chromium Embedded Framework and needs access to the display work.
I'd much prefer the interpreter to auto-detect whether there's a display it can use.
The problem is working out if a display is available, On linux you can check that DISPLAY is set - at least until everything starts using Wayland, but what do you do on Mac? So far, I've not been able to find any details on how one should do this.