GNOME Bugzilla – Bug 711421
I get three google docs progress notification popups
Last modified: 2014-03-10 14:18:46 UTC
Created attachment 258939 [details] screenshot See screenshot. I added my google account in goa, and documents then popped up 3 of these banners instead of one. Tested on gnome-continuuos of today.
I also see this (in F20).
I didn't have a case when I see three google docs progress notifications popups. Couple of times happened that I sow two notifications and I would say it happened on WindowModeChanged. Can it be related to window mode change?
You should only see one notification of that kind. It's indeed possible that the bug is in the code reacting to a window mode change...
Created attachment 271390 [details] [review] This patch disconnects the JS signal in the application cleanup function (_clearState). The service application stays alive with the signal connected and it makes multiple callbacks in sequential instances of gnome-documents. Reconstruct the bug: Run gnome-documents-service, test by opening and closing the gnome-documents launcher. You should see multiple progress notification widgets displayed without this patch.
Thanks for the patch, Marta! It looks good to me, so I committed it to git master on your behalf. Closing as FIXED.