Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Thanks this works perfectly! I added the line "export DISPLAY=localhost:0.0" to my .bashrc and it works locally and over ssh. Commented Aug 31, 2018 at 14:15
  • Depending on one's setup, port 6000 might need to be open on the local firewall, and issuing a xhost +<remote_host> command can be required to allow X to accept a remote connection. Commented Feb 22, 2024 at 1:41