As gm-notify kill itself on startup the "killall gm-notify" is not
needed.

Simply add 
gm-notify &
inside the "if" and it takes care of the rest.

REF:
/usr/bn/gm-notify: line 60
class CheckMail():
    def __init__(self):
        '''initiates DBUS-Messaging interface, creates the MailChecker and 
registers with indicator-applet.
        In the end it starts the periodic check timer and a gtk main-loop'''
        
        # Kill running gm-notify processes (UGLY!)
        subprocess.call("kill `pgrep -f gm-notify | grep -v %s`" % os.getpid(), 
stdout=open("/dev/null", "w"), shell=True)
       ...

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

Title:
  gm-notify stops updating

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gm-notify/+bug/1023166/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to