I used to connect to my lab workstation A using my workstation B using ssh -X me@A
But recently they added an intermediate headless server C and hence I need to do this ssh -X me@C and then ssh -X me@A . While I can connect via ssh from B to C to A, the graphics the functionality is missing.
It is giving me this run time error:
[Open3D ERROR] GLFW Error: X11: The DISPLAY environment variable is missing.
I believe that DISPLAY environment variable is missing on the server C . How can resolve this error and be able to see the graphical results on my workstation B? Please enlighten me to search in the right direction !