ride icon indicating copy to clipboard operation
ride copied to clipboard

RIDE should set ENABLE_CEF to 0 when using SSH

Open JasonRivers opened this issue 8 years ago • 2 comments

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.

JasonRivers avatar Jul 26 '17 10:07 JasonRivers

I'd much prefer the interpreter to auto-detect whether there's a display it can use.

jayfoad avatar Jul 26 '17 10:07 jayfoad

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.

JasonRivers avatar Jul 26 '17 11:07 JasonRivers