From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8SX4-0001ti-32 for guix-patches@gnu.org; Mon, 25 Mar 2019 12:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8SX2-0003Tb-7I for guix-patches@gnu.org; Mon, 25 Mar 2019 12:33:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45022) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8SX0-0003Sk-7x for guix-patches@gnu.org; Mon, 25 Mar 2019 12:33:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8SX0-0003MA-1f for guix-patches@gnu.org; Mon, 25 Mar 2019 12:33: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: Meiyo Peng In-reply-to: <871s2vxmpf.fsf@gnu.org> Date: Tue, 26 Mar 2019 00:31:53 +0800 Message-ID: <87bm1y9apy.fsf@riseup.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 Hi Ludovic, 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 wit= h 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? I don't know much about D-Bus. Maybe it's just because of mako's bad program design. I used dunst as my notification daemon and dunst did just works. dunst provides a D-Bus service file. I don't even have to manually start dunst. -- Meiyo Peng