← Back to team overview

myunity team mailing list archive

[Bug 986667] Re: MyUnity doesn't start if there's a process having the word "myunity" in its command line

 

Given the way that it is checked how myunity is running, it also
wouldn't work if other user of the same machine has myunity open.  I'm
attaching a patch that fixes both issues.

** Attachment added: "Fix for the check process procedure"
   https://bugs.launchpad.net/myunity/+bug/986667/+attachment/3327963/+files/fix-check-process

-- 
You received this bug notification because you are a member of MyUnity
team, which is subscribed to MyUnity.
https://bugs.launchpad.net/bugs/986667

Title:
  MyUnity doesn't start if there's a process having the word "myunity"
  in its command line

Status in MyUnity:
  New

Bug description:
  MyUnity just quits before doing anything if there is a process with a
  commandline that contains the word "myunity".

  This is caused my CheckProcess() in Main.module

  
  How to reproduce:

  Go to the command line and run

   gedit /tmp/myunity

  This will open a new file in GEdit

  Now try to start myunity: Doesn't work. Close GEdit and you can start
  MyUnity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/myunity/+bug/986667/+subscriptions


References