From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8N1Q-0007BM-5w for guix-patches@gnu.org; Mon, 25 Mar 2019 06:40:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8N1P-0002ud-0k for guix-patches@gnu.org; Mon, 25 Mar 2019 06:40:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44037) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8N1O-0002th-Lx for guix-patches@gnu.org; Mon, 25 Mar 2019 06:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8N1O-00016j-GL for guix-patches@gnu.org; Mon, 25 Mar 2019 06:40:02 -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> Date: Mon, 25 Mar 2019 11:39:08 +0100 In-Reply-To: <87o960dbdk.fsf@riseup.net> (Meiyo Peng's message of "Sun, 24 Mar 2019 14:39:35 +0800") Message-ID: <871s2vxmpf.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 Hello, 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 with = other D-Bus applications AFAIK. Thanks, Ludo=E2=80=99.