I have asked a similar question in the Networks section but I think it may be a bit more mac specific than I first thought...
if I wanted to run, say Chess.app on my iMac but show it on my Macbook, I connect like so:
ssh -X [email protected]ess
then what I would have thought would work would be:
cd /Applications
Chess.app
however it gives this output:
-bash: Chess.app: command not found
So is there a command other than "open" which needs to go in front of it to open a remote app? or have I got my wires crossed and is this not actually doable?
if I wanted to run, say Chess.app on my iMac but show it on my Macbook, I connect like so:
ssh -X [email protected]ess
then what I would have thought would work would be:
cd /Applications
Chess.app
however it gives this output:
-bash: Chess.app: command not found
So is there a command other than "open" which needs to go in front of it to open a remote app? or have I got my wires crossed and is this not actually doable?