Public bug reported:

Binary package hint: om

the script launchomsynth is too vague
    ps aux | grep "om$" | grep -v grep
matches too many running processes, often leading to failure starting om

this applies to gutsy, hardy, amd probably earlier versions

*Solution:  (pick one pf the 4 listed)
ps --no-headers -o cmd -C om
ps -o cmd= -C om
ps -eLo cmd | grep "^om$"
ps aux | grep -v grep | awk '{print $11}' | grep "^om$"

** Affects: om (Ubuntu)
     Importance: Undecided
         Status: New

-- 
launchomsynth regex too vague
https://bugs.launchpad.net/bugs/207562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to