Tagged Questions
0
votes
0answers
170 views
X11 forwarding through SSH suddenly failed [closed]
As the title describes i have simply been using X11 forwarding SSH successfully for weeks, but suddenly this does no longer work:
rosrun rqt_graph rqt_graph
rqt_graph: cannot connect to X server ...
0
votes
1answer
303 views
GUI application on (from ?) a server without X11
Is it possible to run a GUI application (firefox / xterm / GNU plot) on an Ubuntu server (The server does not have X11 installed) over an SSH with X11 forwarding (The client has X11 installed)?
I am ...