[Mono-bugs] [Bug 76403][Wis] Changed - When starting another
Console App,
a new "console" isn't open but rather the outputs get mixed
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 11 15:35:39 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by carlos at applianz.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76403
--- shadow/76403 2005-10-11 13:58:12.000000000 -0400
+++ shadow/76403.tmp.29044 2005-10-11 15:35:39.000000000 -0400
@@ -92,6 +92,18 @@
itself. In addition shell supports things that are not supported by
ShellExecuteEx.
Please look at the MSDN documentation of ShellExecuteEx and if you
know some function that is more like this than invoking shell
executable use it.
+
+------- Additional Comments From carlos at applianz.com 2005-10-11 15:35 -------
+I realized from the time I entered the bug that on Linux it might not
+be easy to fix this or even possible, thats why I left it as "wishlist".
+
+For now I was able to get around it by instead of calling
+Process.Start on my other console app I just call Process.Start on a
+"shell script" which all it does is start gnome-terminal --command "my
+other console app"
+
+
+
More information about the mono-bugs
mailing list