GNU bug report logs -
#15188
message should say what the accessibility bus is
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Sun, 25 Aug 2013 23:00:04 UTC
Severity: minor
Merged with 15154
Found in version 24.3
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15188 in the body.
You can then email your comments to 15188 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15188
; Package
emacs
.
(Sun, 25 Aug 2013 23:00:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jidanni <at> jidanni.org
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 25 Aug 2013 23:00:08 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This message should say what the accessibility bus is. Some bus for old people?
# su - nobody -c 'HOME=/tmp emacs -f w3m ~jidanni/jidanni.org/location/directions/index.html'
No directory, logging in with HOME=/
** (emacs:3345): 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.
Also the URL it is trying to reach, if any should be revealed.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15188
; Package
emacs
.
(Mon, 26 Aug 2013 00:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 15188 <at> debbugs.gnu.org (full text, mbox):
> This message should say what the accessibility bus is. Some bus for old
> people?
;-) Let's hope there's a Senior discount, at least.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15188
; Package
emacs
.
(Mon, 26 Aug 2013 04:19:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 15188 <at> debbugs.gnu.org (full text, mbox):
> ** (emacs:3345): 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.
IIUC This message comes from Gtk, rather than from Emacs proper.
I don't know if we have much control over it, if any.
Stefan
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15188
; Package
emacs
.
(Mon, 26 Aug 2013 04:23:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 15188 <at> debbugs.gnu.org (full text, mbox):
SM> IIUC This message comes from Gtk, rather than from Emacs proper.
SM> I don't know if we have much control over it, if any.
Well at least it should be prefixed by "GTK message:"...
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15188
; Package
emacs
.
(Mon, 26 Aug 2013 05:06:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 15188 <at> debbugs.gnu.org (full text, mbox):
Hello.
26 aug 2013 kl. 06:22 skrev jidanni <at> jidanni.org:
> SM> IIUC This message comes from Gtk, rather than from Emacs proper.
> SM> I don't know if we have much control over it, if any.
>
> Well at least it should be prefixed by "GTK message:"...
It isn't Emacs that prints it, it is Gtk+ that does a fprintf(stderr, ...). Better would be to file a bug report to Gtk+.
Jan D.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15188
; Package
emacs
.
(Mon, 26 Aug 2013 08:22:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 15188 <at> debbugs.gnu.org (full text, mbox):
No it's not a GTK warning. Compare:
** (emacs:8668): 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.
(midori:8504): Gtk-WARNING **: Error loading theme icon 'bookmark-new' for stock: Icon 'bookmark-new' not present in theme
OK if it is a GTK warning (that is missing its Gtk- (BUG!)) please tell me which package to report the bug
against.
$ aptitude search ~i~ngtk
i A libchamplain-gtk-0.12-0 - Gtk+ widget to display maps
i A libclutter-gtk-1.0-0 - Open GL based interactive canvas library GTK+ widget
i A libgtk-3-0 - GTK+ graphical user interface library
i A libgtk-3-bin - programs for the GTK+ graphical user interface library
i A libgtk-3-common - common files for the GTK+ graphical user interface librar
i A libgtk2-perl - Perl interface to the 2.x series of the Gimp Toolkit libr
i libgtk2.0-0 - GTK+ graphical user interface library
i A libgtk2.0-bin - programs for the GTK+ graphical user interface library
i A libgtk2.0-common - common files for the GTK+ graphical user interface librar
i A libgtkmm-2.4-1c2a - C++ wrappers for GTK+ (shared libraries)
i A libjavascriptcoregtk-1.0-0 - Javascript engine library for GTK+
i A libjavascriptcoregtk-3.0-0 - Javascript engine library for GTK+
i A libwebkitgtk-1.0-0 - Web content engine library for GTK+
i A libwebkitgtk-1.0-common - Web content engine library for GTK+ - data files
i A libwebkitgtk-3.0-0 - Web content engine library for GTK+
i A libwebkitgtk-3.0-common - Web content engine library for GTK+ - data files
i pcmanx-gtk2 - user-friendly telnet client mainly targets BBS users
i A python-gtk2 - Python bindings for the GTK+ widget set
>>>>> "JD" == Jan Djärv <jan.h.d <at> swipnet.se> writes:
JD> Hello.
JD> 26 aug 2013 kl. 06:22 skrev jidanni <at> jidanni.org:
SM> IIUC This message comes from Gtk, rather than from Emacs proper.
SM> I don't know if we have much control over it, if any.
>>
>> Well at least it should be prefixed by "GTK message:"...
JD> It isn't Emacs that prints it, it is Gtk+ that does a fprintf(stderr, ...). Better would be to file a bug report to Gtk+.
JD> Jan D.
Merged 15154 15188.
Request was from
Michael Albinus <michael.albinus <at> gmx.de>
to
control <at> debbugs.gnu.org
.
(Mon, 26 Aug 2013 09:28:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15188
; Package
emacs
.
(Mon, 26 Aug 2013 09:40:03 GMT)
Full text and
rfc822 format available.
Message #25 received at 15188 <at> debbugs.gnu.org (full text, mbox):
jidanni <at> jidanni.org writes:
> No it's not a GTK warning. Compare:
>
> ** (emacs:8668): 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.
>
> (midori:8504): Gtk-WARNING **: Error loading theme icon 'bookmark-new' for stock: Icon 'bookmark-new' not present in theme
>
> OK if it is a GTK warning (that is missing its Gtk- (BUG!)) please tell me which package to report the bug
> against.
I believe this message comes rather from atk (but gtk):
As Tim Van Holder has found out, one could suppress this with
"export NO_AT_BRIDGE=1". See <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15154#11>.
Best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15188
; Package
emacs
.
(Mon, 26 Aug 2013 13:43:02 GMT)
Full text and
rfc822 format available.
Message #28 received at 15188 <at> debbugs.gnu.org (full text, mbox):
>>>>> "MA" == Michael Albinus <michael.albinus <at> gmx.de> writes:
MA> I believe this message comes rather from atk (but gtk):
Well wherever it is coming from has a bug, that makes emacs look bad
>> ** (emacs:8668): WARNING **: Couldn't register with accessibility bus:
I don't want to suppress it. I just think that at least it should
indicate that more than just emacs is making the message.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 24 Sep 2013 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 274 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.