From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBiM3-00070P-IB for guix-patches@gnu.org; Wed, 03 Apr 2019 12:03:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBiLy-0000Hm-RE for guix-patches@gnu.org; Wed, 03 Apr 2019 12:03:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57806) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBiLw-0008JR-7l for guix-patches@gnu.org; Wed, 03 Apr 2019 12:03:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBiLt-0001nR-Ud for guix-patches@gnu.org; Wed, 03 Apr 2019 12:03:01 -0400 Subject: [bug#34971] [PATCH] gnu: Add mako. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190324060845.7921-1-meiyo@riseup.net> <87o960dbdk.fsf@riseup.net> <871s2vxmpf.fsf@gnu.org> <87bm1y9apy.fsf@riseup.net> Date: Wed, 03 Apr 2019 18:02:37 +0200 In-Reply-To: <87bm1y9apy.fsf@riseup.net> (Meiyo Peng's message of "Tue, 26 Mar 2019 00:31:53 +0800") Message-ID: <87k1gbrs9u.fsf@gnu.org> 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: Meiyo Peng Cc: 34971@debbugs.gnu.org Hi Meiyo, Meiyo Peng skribis: > Ludovic Court=C3=A8s writes: > >> Meiyo Peng skribis: >> >>> If you have trouble running mako and mako gives you an error message >>> like: >>> >>> #+begin_example >>> Failed to connect to user bus: No such file or directory >>> #+end_example >> >> I would expect Mako to automatically spawn the D-Bus user bus if it=E2= =80=99s >> not already needed, no? We don=E2=80=99t need to do anything special wi= th other >> D-Bus applications AFAIK. > > Yeah. I expect that too. I am not sure why mako is so special. mako > uses the sd-bus library of systemd/elogind instead of libdbus. Do you > think that could be the cause? Could you check with =E2=80=98strace=E2=80=99 whether it tries to connect to /run/dbus/system_bus_socket instead of /var/run/dbus/system_bus_socket? Thanks, Ludo=E2=80=99.