On Fri, 30 Mar 2012 20:02:12 -0400, Marc Paré <[email protected]> wrote:
Sorry I should have added that TBird would be left working on my desktop collecting emails (approx. 300/day) and filtering them. I would then have to ssh into an already opened programme. I am not sure if this is possible with ssh?
I use the following script on the host that I've connected to with ssh (as the user running the x display) ... #!/bin/bash killall x0vncserver x0vncserver display=:0 -SecurityTypes=None & sleep 4 vncviewer -compresslevel 9 localhost:0 killall x0vncserver Regards, Dave Hodgins
