5

Similar to closed issue Gnome Menu Broken?

When opening a file from the command line for edits in Eclipse , I get this warning:

** (eclipse:nnnn): WARNING **: Couldn't register with accessibility bus: 
Did not receive a reply. Possible causes include: the remote application 
did not send a reply, the message bus security policy blocked the reply, 
the reply timeout expired, or the network connection was broken.

The 4-digit number at (eclipse:nnnn) changes each time I issue an 'eclipse some/file.ext' command. The file opens but the warning is an annoyance that shouldn't be happening, it may be indicative of some other problem. Updated Ubuntu 13.10 64-bit, updated Eclipse Luna.

Reese
  • 111
  • 2
  • 3

1 Answers1

7

Summary of workaround: Add "export NO_AT_BRIDGE=1" to your .bashrc/.bash_profile/etc.

Details: I have this annoying issue too. Obviously, it's a bug that needs to be fixed, but as an end user, I found a workaround at a Fedora bug thread: https://bugzilla.redhat.com/show_bug.cgi?id=1056820. The workaround is to add "export NO_AT_BRIDGE=1" to my environment (via .bashrc/.bash_profile/etc, or similar equivalent command if you're not using bash). Hope that helps.

walrus
  • 173
  • 1
  • 6