[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 13:26:04 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 gonzalo at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76403

--- shadow/76403	2005-10-11 10:54:40.000000000 -0400
+++ shadow/76403.tmp.27631	2005-10-11 13:26:04.000000000 -0400
@@ -68,6 +68,18 @@
 FileName if it were an executable. On Windows this means that it is 
 treated as a .com file if it has no .bat or .cmd extension and has 
 no MZ header. If there is Linux has some functionality that is more 
 like this behavour it should be used instead of executing shell as 
 shell interprets some other things on command line like redirection 
 like | or > that should not be allowed.
+
+------- Additional Comments From gonzalo at ximian.com  2005-10-11 13:26 -------
+May be fixing the windows issue is easy, but the linux issue is a no,
+no. What if you're running mono in a console terminal? what if...? The
+only thing that we could do something about is to provide some kind of
+wrapper that behaves like cmd.exe wrt file extensions and programs
+opened. For example, "cmd.exe /c something.pdf" will open acrobat
+reader, while for us it will fail.
+
+There used to be a bug suggesting the use of gnome-open or ksomething
+or... But it was closed as a WONTFIX. Which is the same that I would
+do with this bug except for the windows side of it.


More information about the mono-bugs mailing list