X11 forwarding for remote development
Answered
I have a Docker container which I'm using to compile and debug my app, but when I want to view images (using OpenCV's imshow function) it throws an error. The problem is that Clion is not using -X option to connect through SSH, and I don't see how can I configure that.
I've tried running the compiled script through SSH using -X option, and it shows me the image in my host machine, so I'm sure that's the problem.
Thanks in advance.
Please sign in to leave a comment.
Hello!
Feel free to comment or upvote https://youtrack.jetbrains.com/issue/CPP-20202 in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.