Discussion:
Strange message
(too old to reply)
Dieter Britz
2016-08-22 12:07:27 UTC
Permalink
I work under Kubuntu 14.04. For the first time today,
when I invoke emacs, I get a strange message. E.g.

~/Saul2/doc> ed writeup.tex &
[1] 29037
~/Saul2/doc>
** (emacs:29037): 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.

("ed" is my alias for emacs, and I am working in the directory
Saul2). This is not an error because emacs does start normally
just the same. The second "~/Saul2/doc>" is not from me but part
of the message.

What is this trying to tell me? I don't understand the message
content.
--
Dieter Britz
Dan Espen
2016-08-22 13:35:01 UTC
Permalink
Post by Dieter Britz
I work under Kubuntu 14.04. For the first time today,
when I invoke emacs, I get a strange message. E.g.
~/Saul2/doc> ed writeup.tex &
[1] 29037
~/Saul2/doc>
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.
("ed" is my alias for emacs, and I am working in the directory
Saul2). This is not an error because emacs does start normally
just the same. The second "~/Saul2/doc>" is not from me but part
of the message.
What is this trying to tell me? I don't understand the message
content.
Solution shown here:

https://bbs.archlinux.org/viewtopic.php?id=176663
--
Dan Espen
Dieter Britz
2016-08-23 11:39:32 UTC
Permalink
Post by Dan Espen
Post by Dieter Britz
I work under Kubuntu 14.04. For the first time today,
when I invoke emacs, I get a strange message. E.g.
~/Saul2/doc> ed writeup.tex &
[1] 29037
~/Saul2/doc>
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.
("ed" is my alias for emacs, and I am working in the directory Saul2).
This is not an error because emacs does start normally just the same.
The second "~/Saul2/doc>" is not from me but part of the message.
What is this trying to tell me? I don't understand the message content.
https://bbs.archlinux.org/viewtopic.php?id=176663
Didn't work. This is irritating but not fatal.
--
Dieter Britz
Dan Espen
2016-08-23 12:54:41 UTC
Permalink
Post by Dieter Britz
Post by Dan Espen
Post by Dieter Britz
I work under Kubuntu 14.04. For the first time today,
when I invoke emacs, I get a strange message. E.g.
~/Saul2/doc> ed writeup.tex &
[1] 29037
~/Saul2/doc>
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.
("ed" is my alias for emacs, and I am working in the directory Saul2).
This is not an error because emacs does start normally just the same.
The second "~/Saul2/doc>" is not from me but part of the message.
What is this trying to tell me? I don't understand the message content.
https://bbs.archlinux.org/viewtopic.php?id=176663
Didn't work. This is irritating but not fatal.
Very odd, this page shows the same solution:

http://computing.help.inf.ed.ac.uk/accessibility-bus

Are you sure you have exported that environment variable
in a way that Emacs sees?

To verify, inside Emacs do:

Esc ! echo $NO_AT_BRIDGE.

You should see the value 1.
--
Dan Espen
Loading...