[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared using the Clear all button

2015-05-08 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-messages - 13.10.1+15.10.20150505-0ubuntu1 --- indicator-messages (13.10.1+15.10.20150505-0ubuntu1) wily; urgency=medium [ Lars Uebernickel ] * application list: update root action unconditionally [ Niklas Wenzel ] * Unescape

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared using the Clear all button

2015-04-25 Thread Niklas Wenzel
MP can be found here: https://code.launchpad.net/~nikwen/indicator- messages/clear-all-unescape-fix/+merge/257471 :) ** Branch linked: lp:~nikwen/indicator-messages/clear-all-unescape-fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared using the Clear all button

2015-04-24 Thread Niklas Wenzel
This seems to be caused by the escaping: Notification ID in ubuntu-push: 57000805-95b1-46e6-aff8-b110fd5cd3d5 Notification ID which is passed to messaging_menu_app_remove_message_internal(): 57000805-2d95b1-2d46e6-2daff8-2db110fd5cd3d5 -- You received this bug notification because you are a

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared using the Clear all button

2015-04-24 Thread Niklas Wenzel
Looks like my last assumption was wrong. However, I found out that g_hash_table_remove() fails in messaging_menu_app_remove_message_internal(), which is invoked by messaging_menu_app_dismiss(). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-24 Thread Niklas Wenzel
Found the issue! There's no unescaping being done in im_application_list_remove_all() in im-application-list.c. Will fix that. ** Summary changed: - account-polld does not recognize when messages are cleared + account-polld does not recognize when messages are cleared using the Clear all

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared using the Clear all button

2015-04-24 Thread Niklas Wenzel
Ok, I have a fix for this. :) It can (together with lots of debug code) be found at https://code.launchpad.net/~nikwen/indicator-messages/clear-messages-fix-debug. I'll further test that fix tomorrow and create a new clean branch with the fix only if it works. :) -- You received this bug

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-23 Thread Niklas Wenzel
Ok, I just gave r433 a go and it didn't work. Therefore, we now know that the commit which broke this was r433. ** Changed in: indicator-messages (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-20 Thread Niklas Wenzel
Looking at the recent changes in indicator-messages, I believe this is related either to https://code.launchpad.net/~ted/indicator- messages/lp1385331-unescape-message-ids/+merge/250235 or https://code.launchpad.net/~larsu/indicator- messages/lp1386584/+merge/240773. The latter has some complaints

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-20 Thread Niklas Wenzel
Ok, went back to indicator-messages revision 432 and everything works fine. So some changes since then must have caused the issue. I'll look deeper into that soon. :) ** Changed in: ubuntu-push (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-20 Thread Niklas Wenzel
I've done more research and the call to cNotificationExists() in messaging.go (ubuntu-push) seems to return the wrong values. ** Changed in: indicator-messages (Ubuntu) Status: Invalid = New ** Changed in: indicator-messages (Ubuntu) Assignee: (unassigned) = Niklas Wenzel (nikwen)

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-20 Thread Niklas Wenzel
Running the following approves that it is indeed no bug in account- polld: gdbus call --session \ -d com.ubuntu.Postal \ -o /com/ubuntu/Postal/com_2eubuntu_2edeveloper_2ewebapps_2ewebapp_2dgmail \ -m com.ubuntu.Postal.ListPersistent \ com.ubuntu.developer.webapps.webapp-gmail_webapp-gmail This

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-03-23 Thread John Lenton
There aren't any error messages in what you pasted; could you paste the log from a non-manually-initiated run that exhibits this please? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-messages in Ubuntu.

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-03-23 Thread Niklas Wenzel
I'm sorry for my wording. With error messages I meant the lines which state that the notifications are still there, which they clearly aren't. I'll attach a proper log. I just rebooted my phone to follow the reproduction steps from above. -- You received this bug notification because you are a

[Touch-packages] [Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-03-23 Thread Niklas Wenzel
Here's the new log: http://paste.ubuntu.com/10664183/ ** Description changed: After each reboot, account-polld stops showing incoming emails after displaying 3 notifications. The reason for that is that account-polld does not recognize when messages are cleared from the messaging indicator