how do I start a gui application and the Desktop on a remote computer threw ssh
I have an ssh question that I have not been able to figure out.
I am sitting in front of computer A on computer B I would like to start mplayer and have it display a movie on computer B's screen. I think a better question might be how do I start a gui application and the Desktop on a remote computer threw ssh.
Thanks
[Partial SOLUTION]
Problem 1
To start say mplayer on the remote machine do the following.
Local Machine
Log into the remote machine.
ssh me@192.2.2.2
Remote Machine
export DISPLAY=:0
mplayer ILoveLindyLex.avi
Now mplayer will play on the remote machine.
Problem 2.
How to start the remote Desktop?
Thanks, Lindylex