From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id aM1VKcr5VWNUOwAAbAwnHQ (envelope-from ) for ; Mon, 24 Oct 2022 04:34:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id QPFeKcr5VWMwswAA9RJhRA (envelope-from ) for ; Mon, 24 Oct 2022 04:34:50 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 75F4917B67 for ; Mon, 24 Oct 2022 04:34:50 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1omkzc-0003rw-FS for larch@yhetil.org; Sun, 23 Oct 2022 20:07:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omVVh-0000nM-FC for guix-patches@gnu.org; Sun, 23 Oct 2022 03:35:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1omVVf-0001xV-9u for guix-patches@gnu.org; Sun, 23 Oct 2022 03:35:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1omVVe-0007fo-4r for guix-patches@gnu.org; Sun, 23 Oct 2022 03:35:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57963] [PATCH v5 2/2] home: services: Support user's fontconfig configuration. Resent-From: Declan Tsien Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Oct 2022 07:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57963 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Taiju HIGASHI Cc: 57963@debbugs.gnu.org Received: via spool by 57963-submit@debbugs.gnu.org id=B57963.166651044829433 (code B ref 57963); Sun, 23 Oct 2022 07:35:02 +0000 Received: (at 57963) by debbugs.gnu.org; 23 Oct 2022 07:34:08 +0000 Received: from localhost ([127.0.0.1]:42802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omVUm-0007ef-7E for submit@debbugs.gnu.org; Sun, 23 Oct 2022 03:34:08 -0400 Received: from mx0.riseup.net ([198.252.153.6]:53150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omVUh-0007dy-15 for 57963@debbugs.gnu.org; Sun, 23 Oct 2022 03:34:06 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4Mw91d0X0Dz9sm5; Sun, 23 Oct 2022 07:33:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1666510437; bh=7fT/uIBdfvMzreS5Ib6RCY0ZQ6odHaXCvYlVsWe0l38=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=iwD9/nT8alxhJKxe6J6tTzYv+XHQfg1f97/feux10Yd/ggXyjgW+4bbo7Dd2Gz8R1 Xncg9gLuolkH5WKoZ3JWa2uLycFenjqCbl9VzXjLzhm9ld5X+YQipbolNKR3fCV2U+ DDMhYRCJz8/DLNPZvryTMckZIOJe22sND5+wzL3Y= X-Riseup-User-ID: F0315F7812AE76396A973BAD0ABA66102FA63EFE6430D284EF8FD5ED0AD4F2A5 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4Mw91c39PGz5vTf; Sun, 23 Oct 2022 07:33:56 +0000 (UTC) From: Declan Tsien In-Reply-To: <87mt9n9hiq.fsf@taiju.info> References: <20221002131535.9972-1-higashi@taiju.info> <20221002131535.9972-2-higashi@taiju.info> <875ygf3ve6.fsf@riseup.net> <87ilkdbz75.fsf@taiju.info> <87a65psra1.fsf@riseup.net> <87wn8ta9ma.fsf@taiju.info> <87czalzgei.fsf@riseup.net> <87mt9n9hiq.fsf@taiju.info> Date: Sun, 23 Oct 2022 15:33:44 +0800 Message-ID: <87r0yzro2v.fsf@riseup.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1666578890; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=wqF54gtfgbUySjoY4RptCWRvo8ZErYiyoGAB3gClq3c=; b=ITNAynQPSLcx9D0TgdvTtw68YzhtdX92LP9Le3z30AhmwCJg+Tjkef7o5rTcI8xy3bWPyz ZSMhetST0yPK0AQnebP9+osWPzumi3uXC3xCqD7fMpFIc33+i38/ucHgqYZYDERS5V0iBt w5XQKZ6WZFG7NtyysMqiERI4wziuREr249Du7eFuXRDZrpadntO1NLBLM3fMRP76Ladco7 7CGRqG7oxc1NkXep8Ahi0ufjFVMLRbDbcKPqaZLw2hRcWLNd7sC0LlpqlOugs7iS9t7cFt BM1Vb97w3EV48AERuu7cHCwVxmasthyQlhaFRG4py9knGbOcxa3cI6HUTZ1k4w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1666578890; a=rsa-sha256; cv=none; b=Qizj1m9e+MOM1AdGbHzqfyCL5mtipcZyIzPniYs+5dyD+7dgK7eWhFs+fWubRMTd93vSgA 0SB/+7HaMOJXoJ8hp4k8v4ybHgJgT8yFiGwW2nOvoVcoGkjBQ7A9CSuwvtc2hpMD9VBTxU wMQl4soXUc4qW2R3FoTS0ontvntdELYXjbqdO6vI6pCP83d4Rqc545eHdErSprEx2GxYqk LIBbxmTF0HAl1tjHO/Q0lnWDbUJizvcpTjqe6o30sgrIMsrxuAjd0i4b+Vgf9G5hz5ybJm /9e5lw65NkQ8qqvPdI2mQPUFUeTW2ziioxhGDcWHl/lC4pyUd7ggvbvMK+0njQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b="iwD9/nT8"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 5.09 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b="iwD9/nT8"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 75F4917B67 X-Spam-Score: 5.09 X-Migadu-Scanner: scn0.migadu.com X-TUID: G9aqD8FGBywr --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Taiju HIGASHI writes: > > I see. We may make the interface even more unsuitable for extensions > since we plan to allow the user to choose whether to configure with the > fontconfig-configuration or a file-like object. > > I am taking a very long time to finalize the interface on this issue, > should I still think about it more carefully...? > > Thanks, > --=20 > Taiju I think we can stick to the current specification for now. We can go from there later. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHLBAEBCAA1FiEE9pXznsYl4IEztXWfD8aHA3Xv4vUFAmNU7lgXHGRlY2xhbnRz aWVuQHJpc2V1cC5uZXQACgkQD8aHA3Xv4vUSHwv+Me2ZI33DAdLYPT5S2TYj+wDO sazmox+5i/qFQjU4Ni+XigUsnmToIXtE7suTvV8Z0tcKKtOHotXACA7PRzhZe1hN RkfIZ9zcKPNHitqTmmSORUtZJz5JYZkEcAZk7sCy2yaXPwBZ/y9XB4bSQ0OyHxmD 1yJvvMR+Grsg81X8lx7h2AXgNK55SwdMwtnmemCno+AgnE38t5dMv8LQfvxOcWKA tS4k6/qjiL/uoIKKbcboyysESnn5O6iw2fne6WNSt5b/uXLLvAqZvdWUSboo/i2G LKRd5OdvzZkNdHibMj1OCiaJSmrGhiSINCdjsQwf0ClC1WtyeAbd5SV9pbkXnNO0 zny7/nvPKinM4yDPeom7PSb4yGo67opEBp6Yg7El7y3rv9vvM9xmZxvjzJ6zXaqo OtntmBH8Qi2aS52LL9GRFXBSJufSmmAcTj3uErNFg9vgX7niPBL/BpK7b4QXFxCD +fKkeK282q2HW/We0Jp6CvpWGK6mdw71jk2p2W00 =6AZi -----END PGP SIGNATURE----- --=-=-=--