From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) Subject: bug#28088: "The name org.a11y.Bus was not provided by any .service files" with multiple applications Date: Wed, 23 Aug 2017 21:53:56 +0800 Message-ID: <87h8wys83v.fsf@member.fsf.org> References: <20170814192808.5ppgwpahwe4mre5h@abyayala> <20170814195645.ctqil2qdcusduvy5@abyayala> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkW7f-0001he-WF for bug-guix@gnu.org; Wed, 23 Aug 2017 09:55:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkW7Z-0008Lg-Vl for bug-guix@gnu.org; Wed, 23 Aug 2017 09:55:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41933) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkW7Z-0008Lc-SI for bug-guix@gnu.org; Wed, 23 Aug 2017 09:55:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dkW7Z-00039V-Ll for bug-guix@gnu.org; Wed, 23 Aug 2017 09:55:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170814195645.ctqil2qdcusduvy5@abyayala> (ng0@infotropique.org's message of "Mon, 14 Aug 2017 19:56:45 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 28088@debbugs.gnu.org ng0 writes: > ng0 transcribed 1.6K bytes: >> Upon starting for example emacs in spectrwm I get this message: >> [1] Done emacs >> user@abyayala ~$ >> ** (emacs-25-2:19121): WARNING **: Error retrieving accessibility >> bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name >> org.a11y.Bus was not provided by any .service files >> >> It works alright, but I have seen the exact same message while >> trying to figure out why mate-terminal does not start. >> -- >> ng0 >> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 >> GnuPG: https://n0is.noblogs.org/my-keys >> https://www.infotropique.org https://krosos.org > > It is worth mentioning that this only happens with a > desktop-services ressembling services list + no xfce-service > or gnome-service in the system config. > > Reconfiguring and adding GNOME, switching tp GNOME makes > this message not appear. We need to narrow down where > this error comes from. GTK+ applications will provide accessibility support over this dbus service, so the AT-SPI clients (screen reader etc.) could use them. And this 'org.a11y.Bus' service can be auto activated by the dbus session daemon if the 'at-spi2-core' package is available. If not, we'll get thoese warnning from applications. Usually they're harmless, and can be suppressed by set the environment variable 'NO_AT_BRIGE=1'.