[Users] [Bug 4089] when running via su|ssh, CM stalls for 60 seconds on each received message
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Tue Sep 18 05:54:55 CEST 2018
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4089
--- Comment #5 from Pierre Fortin <pf at pfortin.com> ---
Found the 25+25+10 second delays; but I don't know how to fix these; yet...
The first 25 second delay occurs in notification_trayicon.c:662
caps = notify_get_server_caps();
which is getting a GList and looking for "actions".
Added notify_is_initted() test which returns TRUE just before that call.
The second 25 second delay occurs in notification_trayicon.c:739
if(!notify_notification_show(popup.notification, &(popup.error))) {
The 10 second delay occurs in notification_trayicon.c:743
g_object_unref(G_OBJECT(popup.notification));
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list