OK, I found a solution.

Changing this:

try:
        import pynotify
except ImportError:
        import pynotify_replacement as pynotify


to this:


try:
        import pynotify
        pynotify.init("StackApplet")
except ImportError:
        import pynotify_replacement as pynotify


Did the trick. Now it's working fine. Even if there is a note or update from 
stackoverflow.

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

Title:
  crash when a note or new reputation is there

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

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

Reply via email to