From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8X5b-0006PR-Rj for guix-patches@gnu.org; Mon, 25 Mar 2019 17:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8X5a-0006Xi-U3 for guix-patches@gnu.org; Mon, 25 Mar 2019 17:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8X5a-0006Xc-Ne for guix-patches@gnu.org; Mon, 25 Mar 2019 17:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8X5a-0002Vl-Eu for guix-patches@gnu.org; Mon, 25 Mar 2019 17:25: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> <871s2vxmpf.fsf@gnu.org> <87h8br58fe.fsf@elephly.net> Date: Mon, 25 Mar 2019 22:24:25 +0100 In-Reply-To: <87h8br58fe.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 25 Mar 2019 15:35:01 +0100") Message-ID: <87h8bqve9i.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: Ricardo Wurmus Cc: 34971@debbugs.gnu.org Ricardo Wurmus skribis: > 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 wi= th 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. I thought along these lines, but then I use Ratpoison and D-Bus programs =E2=80=9Cjust work=E2=80=9D for me. There=E2=80=99s no DBUS_SESSION_BUS_wh= atever environment variable set for me. I=E2=80=99m curious! Ludo=E2=80=99.