From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8Qhq-0003WG-7c for guix-patches@gnu.org; Mon, 25 Mar 2019 10:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8Qho-0004Oq-8F for guix-patches@gnu.org; Mon, 25 Mar 2019 10:36:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44969) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8Qhm-0004OQ-Hf for guix-patches@gnu.org; Mon, 25 Mar 2019 10:36:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8Qhm-0000Tu-DP for guix-patches@gnu.org; Mon, 25 Mar 2019 10:36:02 -0400 Subject: [bug#34971] [PATCH] gnu: Add mako. Resent-Message-ID: References: <20190324060845.7921-1-meiyo@riseup.net> <87o960dbdk.fsf@riseup.net> <871s2vxmpf.fsf@gnu.org> From: Ricardo Wurmus In-reply-to: <871s2vxmpf.fsf@gnu.org> Date: Mon, 25 Mar 2019 15:35:01 +0100 Message-ID: <87h8br58fe.fsf@elephly.net> 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: 34971@debbugs.gnu.org Ludovic Court=C3=A8s writes: > 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 wit= h other > D-Bus applications AFAIK. When the desktop environment has a D-Bus session daemon, this should just work. I suppose using dbus-lauch is necessary in cases where a minimalist desktop environment is used that does not take steps to launch/configure the D-Bus daemon. In that sense I think mako behaves like any other D-Bus application. --=20 Ricardo