On 2019-06-10 9:20 a.m., Stephen Wright wrote:
Here's the complete error message: (geany:23128): dbind-WARNING **: 12:13:51.918: 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.
I remember having this problem briefly in a previous version. How do I correct it here and now? Can I dump the Terminal pane plugin and reinstall it, or do I have to reinstall the whole application?
According to Google[0], you can set the `NO_AT_BRIDGE` environment variable to `1`.
For example, run Geany like this:
$ NO_AT_BRIDGE=1 geany
Of course you can put that variable in your .profile, .bashrc, /etc/environment or wherever you like to make it default.
Probably you could also get rid of it by upgrading your software, it seems to be fixed a long time ago[1][2][3].
Regards, Matthew Brush
[0]: https://wiki.archlinux.de/title/GNOME#Tipps_und_Tricks [1]: https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1222356 [2]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15154 [3]: https://bugzilla.gnome.org/show_bug.cgi?id=696756