[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
Mon Jan 30 09:33:32 EST 2006
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 dick at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77389
--- shadow/77389 2006-01-28 00:17:38.000000000 -0500
+++ shadow/77389.tmp.28736 2006-01-30 09:33:32.000000000 -0500
@@ -1,15 +1,15 @@
Bug#: 77389
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: mono 1.1.13.2
Status: NEW
Resolution:
-Severity:
-Priority: Minor
+Severity: Unknown
+Priority: Wishlist
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: cedricv at neonux.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -40,6 +40,11 @@
e.g: on Gnome, Process.Start("~") should fire Nautilus as file browser.
Also, this "other" way gave same result :
ProcessStartInfo psi = new ProcessStartInfo("http://www.mono-project.com/");
psi.UseShellExecute = true;
Process.Start(psi);
+
+------- Additional Comments From dick at ximian.com 2006-01-30 09:33 -------
+I don't see this happening with mono on Linux any time soon unless a
+third party writes a desktop-agnostic library with a minimum of
+dependencies that does all the work.
More information about the mono-bugs
mailing list