From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmap8-000381-Qz for guix-patches@gnu.org; Mon, 06 Aug 2018 04:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmap4-0002tr-RP for guix-patches@gnu.org; Mon, 06 Aug 2018 04:25:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37247) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fmap4-0002tk-LC for guix-patches@gnu.org; Mon, 06 Aug 2018 04:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fmap4-0002jO-DO for guix-patches@gnu.org; Mon, 06 Aug 2018 04:25:02 -0400 Subject: [bug#32137] closed (Re: [bug#32137] [PATCH] gnu: Add luakit) Resent-Message-ID: References: <87in5e80n4.fsf@gnu.org> <87h8kp58hz.fsf@gnu.org> From: =?UTF-8?Q?Rapha=C3=ABl_?= =?UTF-8?Q?M=C3=A9lotte?= In-reply-to: <87h8kp58hz.fsf@gnu.org> Date: Mon, 06 Aug 2018 10:24:12 +0200 Message-ID: <878t5j9a37.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 32137@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Here=E2=80=99s what I get: > > --8<---------------cut here---------------start------------->8--- > $ /gnu/store/7fxcgx5vdnlggw2ffc1xamxjlxvl1w09-luakit-2017.08.10/bin/luakit > > ** (.luakit-real:3176): WARNING **: 10:43:15.534: Error retrieving access= ibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name or= g.a11y.Bus was not provided by any .service files > [ 0.081785] W [core/luah]: couldn't load any rc file > [ 0.081813] F [core/luakit]: couldn't find rc file > --8<---------------cut here---------------end--------------->8--- > > Thanks, > Ludo=E2=80=99. Whoops, you're right: it's working for me on GuixSD, but on Debian+Guix, if I don't source '~/.guix-profile/etc/profile', XDG_CONFIG_DIRS is not set to look in the Guix store and luakit can't find it's default configurat= ion. Should I add a wrapping phase that sets XDG_CONFIG_DIRS or do we rely on the user sourcing '~/.guix-profile/etc/profile' ? Thanks --=20 Rapha=C3=ABl M=C3=A9lotte