I need to start a X program on a remote server over ssh. The program should use the remote X-server (no x-forwarding required). What's the proper way to do this?
I need to start a X program on a remote server over ssh. The program should use the remote X-server (no x-forwarding required). What's the proper way to do this?
or
The display identifier is usually
:0
.export DISPLAY=:0.0
and then run your program. you may need to doxauth +localhost
first. edit:xhost +localhost
notxauth