Hi Dave,
Le 2012-03-30 22:24, David W. Hodgins a écrit :
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
I am right in saying that this script is for use with vnc? I don't
imagine that Mageia automatically installs a vnc server at installation
time?
Marc