从命令行在 Eclipse 中打开文件时的辅助功能总线警告 (Ubuntu 13.10)

Ree*_*ese 5 command-line eclipse

类似于已关闭的问题Gnome Menu Broken?

从命令行打开文件以在 Eclipse 中进行编辑时,我收到此警告:

** (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.
Run Code Online (Sandbox Code Playgroud)

每次我发出“eclipse some/file.ext”命令时,(eclipse:nnnn) 处的 4 位数字都会更改。文件打开但警告是不应该发生的烦恼,它可能表明存在其他问题。更新了 Ubuntu 13.10 64 位,更新了 Eclipse Luna。

小智 7

解决方法摘要:将“export NO_AT_BRIDGE=1”添加到您的 .bashrc/.bash_profile/etc。

详情:我也有这个烦人的问题。显然,这是一个需要修复的错误,但作为最终用户,我在 Fedora 错误线程中找到了一种解决方法:https : //bugzilla.redhat.com/show_bug.cgi?id=1056820。解决方法是将“export NO_AT_BRIDGE=1”添加到我的环境中(通过 .bashrc/.bash_profile/etc 或类似的等效命令,如果您不使用 bash)。希望有帮助。