You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, if I ssh -X to server, then open a tmux session, and plot in it, then the window can pop up.
However, for the tmux session that was established before ssh -X, even though I re-enter in the session opened by ssh -X, the plot window still cannot pop up.
The first attempt is to reset the display env variable, since I noticed that after ssh -X, either in bash or in tmux,
$ echo$DISPLAY
localhost:11.0
or
> Sys.getenv("DISPLAY")
[1] "localhost:11.0"
while for the old tmux session,
> Sys.getenv("DISPLAY")
[1] ""
so I guess if I reset the env, the window should work, so I reset the env variable via
Firstly, if I ssh -X to server, then open a tmux session, and plot in it, then the window can pop up.
However, for the tmux session that was established before ssh -X, even though I re-enter in the session opened by ssh -X, the plot window still cannot pop up.
The first attempt is to reset the display env variable, since I noticed that after ssh -X, either in bash or in tmux,
or
while for the old tmux session,
so I guess if I reset the env, the window should work, so I reset the env variable via
however, no graphics window pops up.
The text was updated successfully, but these errors were encountered: