Bug 136784. Prevent multiple instances of GUI. Provided by Manojna
This commit is contained in:
@@ -217,7 +217,7 @@ public class Common
|
||||
{
|
||||
mgrProcess = new Process();
|
||||
ProcessStartInfo mgrProcessStartInfo = new ProcessStartInfo("ps" );
|
||||
mgrProcessStartInfo.Arguments = "h";
|
||||
mgrProcessStartInfo.Arguments = "Tuxh";
|
||||
mgrProcessStartInfo.UseShellExecute = false;
|
||||
mgrProcessStartInfo.RedirectStandardOutput = true;
|
||||
mgrProcess.StartInfo = mgrProcessStartInfo;
|
||||
|
||||
Reference in New Issue
Block a user