GNOME Bugzilla – Bug 435325
Excess verbosity
Last modified: 2007-07-30 08:29:14 UTC
[ Forwarded from http://bugs.debian.org/284248 ] "Every Gtk+ application prints two lines to stdout on startup: Bonobo accessibility support initialized GTK Accessibility Module initialized grep indicates that the first one comes from libgail-gnome.so, and the second one from libgail.so (both in /usr/lib/gtk-2.0/modules/). Please disable these messages as they are annoying and serve no useful purpose to a regular user."
Created attachment 92608 [details] [review] Proposed fix Yes, these messages keep annoying me as well. Please apply the attached (trivial) patch to get rid of the console spew. Thanks!
(or set patch status to "commit now"... it's fine to do it myself)
Created attachment 92609 [details] [review] Proposed fix, part 2 And this one is for the bonobo message.
I think we just make application only print the messages when GNOME_ACCESSIBILITY=1, as you can see in the code. Can you still see these messages in the lastest gnome2.19 when you don't set GNOME_ACCESSIBILITY?
I would mark this bug as a duplicate of bug 455120, please tell me if the fix is not satisfy you.
*** This bug has been marked as a duplicate of 455120 ***
GNOME_ACCESSIBILITY is automatically turned on on my setup (jhbuild does it). Regardless of this env var programs should not show so much debug stuff.
Why GNOME_ACCESSIBILITY is automatically turned on by jhbuild? If it want to start applications with A11Y support, the official way is to set gconf key. GNOME_ACCESSIBILITY should only be turned on by A11Y developers who want to see these messages.
I opened bug #461710 to address this issue.