Today, I want to execute script which is displayed by XWindows (GUI, not command line) in Linux. I just do this step
- Start your “X-Manager Passive”
- Check, in what port your X-Manager run. For example, my X-Manager run on :0.0
- export your DISPLAY
bash>export DISPLAY=YOUR_IP:0.0
example
bash>export DISPLAY=10.21.108.89:0.0
- run my script
Tadaaaa, my script were exported to my PC