From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUCCu-0008Hw-MX for guix-patches@gnu.org; Fri, 24 May 2019 11:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUC70-0007mk-C9 for guix-patches@gnu.org; Fri, 24 May 2019 11:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33515) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUC70-0007mS-8L for guix-patches@gnu.org; Fri, 24 May 2019 11:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUC70-0007i6-2A for guix-patches@gnu.org; Fri, 24 May 2019 11:28: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> <87bm1y9apy.fsf@riseup.net> <87k1gbrs9u.fsf@gnu.org> <87r2aauu56.fsf@riseup.net> <87sgupa9aj.fsf@gnu.org> <87zhnfzws4.fsf@gnu.org> <87o93ttnv8.fsf@riseup.net> Date: Fri, 24 May 2019 17:26:52 +0200 In-Reply-To: <87o93ttnv8.fsf@riseup.net> (Meiyo Peng's message of "Thu, 23 May 2019 19:24:27 +0800") Message-ID: <87pno7x48z.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: > I have discussed with the author of mako. He agreed to add a D-Bus > service file for mako. That will solve this issue here. I have tested > it on my computer. The D-Bus service file will cause mako to be > automatically started when needed. mako will work out of the box after > installation. No user action is required. > > Link: > 1. https://github.com/emersion/mako/issues/155 > 2. https://github.com/emersion/mako/pull/156 > > When that pull request is merged, I will send a new package definition > for mako. Alright, sounds good to me. Thanks for the update! Ludo=E2=80=99.