[Gtk-sharp-list] spawning apps
Matt Kunze
kunzem@optimiz.com
Thu, 19 Sep 2002 09:41:17 -0600
Glenn Pierce wrote:
>
> That does not work for me the program just returns.
> I have also tried.
>
> ProcessStartInfo processInfo = new ProcessStartInfo("gedit");
> processInfo.UseShellExecute = false;
> processInfo.RedirectStandardOutput = true;
> Process process = Process.Start(processInfo);
>
> without luck.
the only way I was able to get Process to spawn anything with Mono was
to supply the full path, ie: '/usr/local/bin/gedit'
--
.o0O0o.__.o0O0o.__.o0O0o.__.o0O0o.__.o0O0o.__.o0O0o.__.o0O0o.
| Matt Kunze There is a fine line |
| Build Master Fooly Fool between sayings that |
| 970.484.0841 x 2205 make sense. |
=============================================================