[Mono-bugs] [Bug 77389][Wis] Changed - System.Diagnostics.Process.Start does not open file/uri-scheme through associated apps

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Feb 16 12:04:22 EST 2007


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 jopsen at gmail.com.

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

--- shadow/77389	2007-01-28 15:37:48.000000000 -0500
+++ shadow/77389.tmp.32199	2007-02-16 12:04:22.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 77389
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: mono 1.1.13.2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: cedricv at neonux.com               
 QAContact: mono-bugs at ximian.com
@@ -73,6 +73,16 @@
 		process = Start(new ProcessStartInfo("xdg-open \"" + fileName + "\""));
 	}
 	return process;
 }
 
 \\Regards Jop... (Jonas Finnemann Jensen).
+
+------- Additional Comments From jopsen at gmail.com  2007-02-16 12:04 -------
+By the way, I just thought of a command similar to xdg-open, there's
+an "open" command on OS X:
+http://www.ss64.com/osx/open.html
+
+I think use of xdg-open and open, should make it possible to fix this
+bug... But I don't think my try/catch approach is any good... All
+thats needed to close this bug is probably a method to determine
+whether a given string is a command or a ressource.


More information about the mono-bugs mailing list