[Mono-bugs] [Bug 55868][Min] New - Process.StartInfo.UseShellExecute - gnome-open/kfmclient

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Mar 2004 01:44:07 -0500 (EST)


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@ximian.com.

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

--- shadow/55868	2004-03-21 01:44:07.000000000 -0500
+++ shadow/55868.tmp.22416	2004-03-21 01:44:07.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 55868
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Process.StartInfo.UseShellExecute - gnome-open/kfmclient
+
+Under MS runtime on windows, is Process.StartInfo.UseShellExecute is true,
+cmd /c is run. This can also handle, for example, a pdf file by loading
+acrobat reader or any application registered.
+
+I think we should provide a shell script that either achieves the same
+thing by using gnome-open or kfmclient or runs $SHELL -c if they are not
+available or fail to handle the file.