From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28088: "The name org.a11y.Bus was not provided by any .service files" with multiple applications Date: Sun, 03 Sep 2017 00:09:30 +0200 Message-ID: <8760d0u50l.fsf@gnu.org> References: <20170814192808.5ppgwpahwe4mre5h@abyayala> <20170814195645.ctqil2qdcusduvy5@abyayala> <87h8wys83v.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doGcA-0008G7-BY for bug-guix@gnu.org; Sat, 02 Sep 2017 18:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doGc5-0003uO-QO for bug-guix@gnu.org; Sat, 02 Sep 2017 18:10:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35459) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doGc5-0003u8-NE for bug-guix@gnu.org; Sat, 02 Sep 2017 18:10:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1doGc5-0003SQ-Hy for bug-guix@gnu.org; Sat, 02 Sep 2017 18:10:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h8wys83v.fsf@member.fsf.org> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Wed, 23 Aug 2017 21:53:56 +0800") 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: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 28088@debbugs.gnu.org Hi! iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) skribis: > 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. It does sound like our GuixSD setup fails to activate org.a11y.Bus though. Should we add a service in %desktop-services that extends =E2=80=98dbus-root-service-type=E2=80=99 with =E2=80=98at-spi2-core=E2=80= =99 to ensure that auto-activation works? I think we should strive to provide accessible environments when possible, as with GNOME. Thanks, Ludo=E2=80=99.