I’m not sure if this is an Electron issue, a goJS issue, or something else, but when I run my goJS app (which is packaged as an Electron app) over ssh (with X forwarding enabled), the following happens (host is Mac, remote is an Ubuntu machine):
- the app window opens
- the canvas stays blank and none of my goJS screen components are drawn
- on my host terminal, I see the following:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Has anyone else encountered this?
THanks in advance!