[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-11-19 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package account-polld - 0.1+16.04.20151103-0ubuntu1 --- account-polld (0.1+16.04.20151103-0ubuntu1) xenial; urgency=medium [ Niklas Wenzel ] * Fix a timeout error in the qtcontacts module which occured when a notification was shown directly after

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-11-04 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-30 Thread Niklas Wenzel
Yes, that's what I'm doing. However, you should see definitely see avatars in the notification indicator. Some details on how I added the avatars to the contacts book: 1) Create a new contacts book entry with your own e-mail address and save it in the "personal"/system contacts book. 2) Then

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-30 Thread Jonas G. Drange
Are you sure the steps are good? I really can't reproduce the issue with the steps you've given. But I'm also not seeing any avatar in the notification indicator, even though the receiving gmail account has access to the contacts. -- You received this bug notification because you are a member

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-28 Thread Niklas Wenzel
Jonas, have you seen my comment on your review? We need to get this in for OTA-8. ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-21 Thread Jonas G. Drange
Thanks, Niklas! I'll take another look at both branches. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on startup To manage

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-19 Thread Jonas G. Drange
I can't reproduce this bug. Is it still an issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on startup To manage

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-19 Thread Niklas Wenzel
Yes, this is still an issue. I'll edit the reproduction steps. I forgot something. ** Description changed: How to reproduce: - 1) Set up a Gmail account. - 2) stop ubuntu-push-client - 3) Send yourself an email - 4) start ubuntu-push-client + 1) Add an avatar image to the contacts book for

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-19 Thread Niklas Wenzel
Edited. Should be fine now and the two branches fix this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on startup To

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-14 Thread Pat McGowan
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image Status: New => In Progress ** Changed in:

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-04 Thread Niklas Wenzel
** Branch linked: lp:~nikwen/account-polld/fix-timeout-handler -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on startup To

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-04 Thread Niklas Wenzel
Ok, looks like 2) was indeed fixed by my code but it introduced some other issues so I'll look for a better fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-04 Thread Niklas Wenzel
As this bug really consists of two different ones (the timeout handler not working properly as well as the actual timeout), I split the fix into two different MPs which makes them easier to understand. https://code.launchpad.net/~nikwen/account-polld/fix-timeout-handler/+merge/273351

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-04 Thread Niklas Wenzel
Ok, I now found a fix for 2) as well. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on startup To manage notifications

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-09-27 Thread Niklas Wenzel
It looks as if the issue is related to the following line from the logs: QSocketNotifier: Can only be used with threads started with QThread Inspecting the dbus calls sent by the system, I found out that the contact information request dbus call isn't made until after the timeout (in my updated

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-09-27 Thread Niklas Wenzel
Finally fixed this issue! :) The problems encountered were: 1) Improper multithreading in the go code 2) Qt's and Go's multithreading interfering with each other For now the code still lies in my imap-mails branch but I'll soon create a separate one for this. ;) -- You received this bug

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-09-21 Thread Niklas Wenzel
Ok, it's not the Persist() method. It's the following line which is blocking: avatarPath = qtcontact.GetAvatar(address.Address) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title:

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-09-21 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on