GNOME Bugzilla – Bug 678310
Warnings about unknown listeners
Last modified: 2012-06-22 16:15:14 UTC
gnome-control-center, at-spi2-atk, clutter, clutter-gtk, gtk+ from master Running: NO_AT_BRIDGE=1 gnome-control-center Removes all the warnings. (gnome-control-center:18893): Clutter-WARNING **: No listener with the specified listener id 2. Program received signal SIGTRAP, Trace/breakpoint trap. 0x00007ffff4d22a81 in g_logv (log_domain=0x7ffff6fe640e "Clutter", log_level=G_LOG_LEVEL_WARNING, format=0x7ffff6fe6418 "No listener with the specified listener id %d", args1=0x7fffffffd058) at gmessages.c:758 758 G_BREAKPOINT (); (gdb) bt
+ Trace 230382
Continuing.
(In reply to comment #0) > gnome-control-center, at-spi2-atk, clutter, clutter-gtk, gtk+ from master > > Running: > NO_AT_BRIDGE=1 gnome-control-center > Removes all the warnings. FWIW, if you have any AT running, like Orca, you don't have those warnings. And something offtopic but worth to mention: it seems that the way to avoid not having events registered is deregister if you don't have any client (AT) at that moment (in this bug, the problem is that it tries to unload to the wrong AtkUtil implementation). Wondering if it would be possible to just not register to the events if no AT is listening when the bridge is initialized.
*** Bug 678404 has been marked as a duplicate of this bug. ***
Bug 678475 solved all those warnings (although not with the solution I have in mind). Closing as duplicate. *** This bug has been marked as a duplicate of bug 678475 ***