Hello all

Im trying to work with libvte, using vte sample on mono svn, the
sample works very good, but when i try to change:

int pid = term.ForkCommand
(Environment.GetEnvironmentVariable("SHELL"), argv, envv,
Environment.CurrentDirectory, false, true, true);

to
int pid = term.ForkCommand ("ssh 192.168.1.1", argv, envv,
Environment.CurrentDirectory, false, true, true);

the program dont connect to ssh.

Im try to se something in libvte api but i cant find nothing.

any idea?

Cheers

Arx Cruz

-- 
"A fé remove montanhas, mas eu prefiro a dinamite"
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to