I am trying connect via ssh -Y to a miniMac snow leopard from Ubuntu 9.04
the X11 forward is working for xterm and gimp but not Pure Data
the folloowing open the window on the remote machine
miniMac$:/Applications/Pd-extended.app/Contents/Resources/Scripts/pd
any command like -guiport 5600 or -guicmd "DISPLAY=localhost:10.1" end with
connecting stream socket: Connection refused (61) Connection to miniMac closed.
i have install XQuartz for the last X11 on snowleo
If some one get ideas about the solution Thank's
Ivan Chabanaud 06 21 03 76 13 http://www.chabalab.net
On 2010-06-02 15:36, ivan Chabanaud wrote:
I am trying connect via ssh -Y to a miniMac snow leopard from Ubuntu 9.04
the X11 forward is working for xterm and gimp but not Pure Data
the folloowing open the window on the remote machine
miniMac$:/Applications/Pd-extended.app/Contents/Resources/Scripts/pd
any command like -guiport 5600 or -guicmd "DISPLAY=localhost:10.1" end with
when using XForwarding, you don't have to specify anything fancy (remember: X is forwarding all the gfx of the application for you)
the guiport/guicmd flags are for running the gui on a different machine as the core (pd-gui and pd-core are communicating via network; they can be on different machines) the "guicmd" has to be a real program, it's not for setting environment variables.
mfgasdr IOhannes