From unknown Fri Aug 08 22:53:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#48713: emacs-all-the-icons missing all the icons Resent-From: Leo Prikler Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 28 May 2021 09:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48713 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 48713@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16221948598805 (code B ref -1); Fri, 28 May 2021 09:41:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 May 2021 09:40:59 +0000 Received: from localhost ([127.0.0.1]:53646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmYzD-0002Hx-2x for submit@debbugs.gnu.org; Fri, 28 May 2021 05:40:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:60748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmYzA-0002Hn-Sd for submit@debbugs.gnu.org; Fri, 28 May 2021 05:40:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmYz9-000777-Jw for bug-guix@gnu.org; Fri, 28 May 2021 05:40:56 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:52318) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmYz5-0006pf-MW for bug-guix@gnu.org; Fri, 28 May 2021 05:40:54 -0400 Received: from nijino.local (91-114-247-246.adsl.highway.telekom.at [91.114.247.246]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Fs06g6ms9z1LZ3L for ; Fri, 28 May 2021 11:40:43 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4Fs06g6ms9z1LZ3L DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1622194844; bh=p3onGiPTMmySveiQQ8Qoprqz0ptlTktTwwIQw0zvQlY=; h=Subject:From:To:Date:From; b=Do+Vlcg9kWkl0gjVKQjVkkthZIf3Xw6xzO2nJlN+G9/No9S7xyqhjEb8qDc/VX1mj VwrtWuSqybu+blKdipZBJw6NDA3hS1LOkzzwJ0fHBEjNKs+agGUg60BHRJN46R4nW7 gNDYJJmRZ/VbIQWonRe7sZVbLHRfjLzm5ueFLYJ8= Message-ID: <6034fecaa0ec23963c0d591de2f3df0a178f99f6.camel@student.tugraz.at> From: Leo Prikler Date: Fri, 28 May 2021 11:40:43 +0200 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Pardon the pun in the title. The problem: emacs-all-the-icons has a subdirectory fonts, that it wants installed to share/fonts (currently, they are installed to its own fonts directory). Some of them are vendored, but at least one seems to be genuinely their own. Proposed solution: Make it, so that emacs-all-the-icons installs its own fonts to share/data and copies vendored fonts from inputs where packages can be found. Note, that this won't work for a setup with all-the-icons in a non- default profile or ad-hoc environment (compare #31403). Would everyone be fine with the proposed solution or is there a better one? Regards, Leo From unknown Fri Aug 08 22:53:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#48713: [PATCH] gnu: emacs-all-the-icons: Install all the fonts. References: <6034fecaa0ec23963c0d591de2f3df0a178f99f6.camel@student.tugraz.at> In-Reply-To: <6034fecaa0ec23963c0d591de2f3df0a178f99f6.camel@student.tugraz.at> Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 14 Nov 2021 15:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48713 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 48713@debbugs.gnu.org Received: via spool by 48713-submit@debbugs.gnu.org id=B48713.163690303510516 (code B ref 48713); Sun, 14 Nov 2021 15:18:01 +0000 Received: (at 48713) by debbugs.gnu.org; 14 Nov 2021 15:17:15 +0000 Received: from localhost ([127.0.0.1]:51338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmHFr-0002jY-9E for submit@debbugs.gnu.org; Sun, 14 Nov 2021 10:17:15 -0500 Received: from mail-wm1-f68.google.com ([209.85.128.68]:52087) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmHFp-0002jM-GL for 48713@debbugs.gnu.org; Sun, 14 Nov 2021 10:17:13 -0500 Received: by mail-wm1-f68.google.com with SMTP id z200so11766476wmc.1 for <48713@debbugs.gnu.org>; Sun, 14 Nov 2021 07:17:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:date:subject:mime-version:to:content-transfer-encoding :message-id; bh=AHpBTcZKa+76qy+glKOKSv9o7ZNxQzP66DPcw1gN9VM=; b=TLtSv2aJI0HoZLHI6omyNTQrdWFA89+RUzA8ZVWAikM1rl2I+RgFBBuBGeNDwHHtwh im9a6zssdDmuis4M8qcuS2/EhN150IE3Ti/FF4W2r1e512fLXzRJ5/po/fGjeN5GPUb9 VwGM2eQWj2myDMG0rkHnfqIZTWljoIpSy2cwemyuyvjy8JktkYNw6nv205ZERD/UVxuX Y3GfkuXytaeurFSf64m4XRx9Yui0scc4VLOUK8bBAU395sVkI+JH4ZFPtPpMozGSs4f+ z8yv5zEpXhOT+9Kqdqyl0Zt8wM7KNiizitT38OfXiIFe+epG+OxHsZ8+Q3Zqnk2eGKVr n8BA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:date:subject:mime-version:to :content-transfer-encoding:message-id; bh=AHpBTcZKa+76qy+glKOKSv9o7ZNxQzP66DPcw1gN9VM=; b=OS/vXFwl2+wgMvj59vMZ9+fxg8P0WNswUSU9WYhsKOqRxk5wFj3oDKTjcJedVDtJrg p9TdQKC53Hn/+kmDPfBDrp+VX4ss7NtA8Vpb6ycXZHA8a3t4Al5YI758dRQ5XFAiP7zN 2T4NARwlJHctka5iLDb5SL0R3xbP018MPQffJmqHYqFFW5fXNuWSmpSD72mVlgb8+Zc2 565DUCaLaTMJHo8OH8nr9vFzUMLdCnu+0X9gSx9miTcp9J1559j5Tv/6SbqIEKpy/nNz JZDgLB0o3x4KpeyVCC9JrjlAvWXKxc54ULjm2G9cwmFCVPisFtM8obdsfzcZ3A7dbo3C Tffg== X-Gm-Message-State: AOAM530J06QfLw/K1XxpWWadwLzg91h2H1rsO6gxI/L2WeQRLeHs9LaI pXxada5xahBUGA+ulHGHFGPjewXS2MFZ/g== X-Google-Smtp-Source: ABdhPJySjiKPNkk+I7l2yMdo6eb42aqEnL5jSchejJK9fgwGYDgpj76bqI9L8xxrBCOpPekv5fhBxw== X-Received: by 2002:a1c:1c1:: with SMTP id 184mr51485697wmb.1.1636903027650; Sun, 14 Nov 2021 07:17:07 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id j17sm13079671wmq.41.2021.11.14.07.16.58 for <48713@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 14 Nov 2021 07:16:59 -0800 (PST) From: Liliana Marie Prikler Date: Sun, 14 Nov 2021 16:13:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/emacs-xyz.scm (emacs-all-the-icons)[#:include]: Drop fonts. [#:phases]: Install them directly to ‘/share’. [propagated-inputs]: Add font-awesome. --- gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b305bb5386..b3f7b6daa6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -150,6 +150,7 @@ (define-module (gnu packages emacs-xyz) #:use-module (gnu packages djvu) #:use-module (gnu packages ebook) #:use-module (gnu packages emacs) + #:use-module (gnu packages fonts) #:use-module (gnu packages freedesktop) #:use-module (gnu packages golang) #:use-module (gnu packages guile) @@ -22420,13 +22421,27 @@ (define-public emacs-all-the-icons (base32 "0lwgvgnqf7vihglm0c5bwsxbl4x7f641289cji5s7jwy2dbsqk7g")))) (build-system emacs-build-system) (arguments - `(#:include '("\\.el$" "^data/" "^fonts/") + `(#:include '("\\.el$" "^data/") ;; Compiling "test/" fails with "Symbol’s value as variable is void: ;; all-the-icons--root-code". Ignoring tests. + #:phases + (modify-phases %standard-phases + (add-after 'install 'install-fonts + (lambda* (#:key outputs #:allow-other-keys) + (let ((fonts (string-append (assoc-ref outputs "out") + "/share/fonts"))) + (mkdir-p fonts) + (with-directory-excursion "fonts" + (install-file "all-the-icons.ttf" fonts) + (install-file "file-icons.ttf" fonts) + (install-file "material-design-icons.ttf" fonts) + (install-file "octicons.ttf" fonts) + (install-file "weathericons.ttf" fonts)))))) #:exclude '("^test/") #:tests? #f)) (propagated-inputs - `(("f" ,emacs-f) + `(("font-awesome" ,font-awesome) + ("f" ,emacs-f) ("memoize" ,emacs-memoize))) (home-page "https://github.com/domtronn/all-the-icons.el") (synopsis "Collect icon fonts and propertize them within Emacs") -- 2.33.1 From unknown Fri Aug 08 22:53:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Leo Prikler Subject: bug#48713: closed (Re: [PATCH] gnu: emacs-all-the-icons: Install all the fonts.) Message-ID: References: <6034fecaa0ec23963c0d591de2f3df0a178f99f6.camel@student.tugraz.at> X-Gnu-PR-Message: they-closed 48713 X-Gnu-PR-Package: guix Reply-To: 48713@debbugs.gnu.org Date: Sat, 19 Feb 2022 19:56:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1645300562-27056-1" This is a multi-part message in MIME format... ------------=_1645300562-27056-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48713: emacs-all-the-icons missing all the icons which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48713@debbugs.gnu.org. --=20 48713: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48713 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1645300562-27056-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48713-done) by debbugs.gnu.org; 19 Feb 2022 19:55:42 +0000 Received: from localhost ([127.0.0.1]:58762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLVpW-00071s-1j for submit@debbugs.gnu.org; Sat, 19 Feb 2022 14:55:42 -0500 Received: from mail-ej1-f66.google.com ([209.85.218.66]:46935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLVpU-00071d-I3 for 48713-done@debbugs.gnu.org; Sat, 19 Feb 2022 14:55:41 -0500 Received: by mail-ej1-f66.google.com with SMTP id qx21so22869306ejb.13 for <48713-done@debbugs.gnu.org>; Sat, 19 Feb 2022 11:55:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=+4pAVcaORMQ2OfOYwEUgJZQOyUVHA/6RDgOteRAZ//0=; b=UBU1R4Z9FtGhuAlbODQaOv5Lp5RXa4IQzcPqPu73JZuxBbmrbuIIsNSeMplK66TT2/ Uyq1ipXlKpdzZrzhenJFMR3hAZQlJLsamt5NFRBB+ctJryEaJyJjLF2LdXYHDOmaDykj wsoh6ZnSzALPByv/lamELLsmZLL75AyE7+Xuinl2XaKcgXm7LpDXEa8XUWfZVrv9zU3r K2akjocoTdZJ5I/lNc/0UDKHO378kpok3r6OPqn4SIskZh/8LgXKYcFCSAtELP9GvPPW cKXJTSJ5mVg8sfMqN8LV7Rnn6YO1NhGoIB+97QKNgfZHnyhWCgic/Gk/20IroF4jaaIa XspQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=+4pAVcaORMQ2OfOYwEUgJZQOyUVHA/6RDgOteRAZ//0=; b=EIt6ZehXhWHHwcVmubqiznd7IBRMAu6H31t9X6hK8piNz4HRDo5aLauMr3KgYjFt1c UB2z2tFTetQCBQR0pt5aq4NtidePmrw5FCw2KKthBh/Ncr6HrkqrZjCIFAp9N9YNm9nH 8qfo49hM8l/yFvCoSPGuWogrpngOrSTmfi/UnZEEFy7zdGV8Ja3+c8in+pdMirsopcKn 4EZJC37HU78u+lDamWmM2Fz9ypiguBkH/OEgAxGCfAk8eStIeLj55EUcDBh3aqPdRM6Z 5b7Vbl8UWNg8SukohtE/7DEhqw83kHX9Mkw1ErJA6v3/AsRr1yoXzbTMzM3PhGY0+8oI /jvw== X-Gm-Message-State: AOAM531Xs9MGtcwtfFFVk6ePxWd70Op+Xi3t4hNjQOU2UKAC/Jo65nR6 ONKwIjvVzn85eO81bLG6MDPgPxrjgHWXTQ== X-Google-Smtp-Source: ABdhPJz/0gMe3Jb2UD3wkyjlAtV6KtwYwsqPKgCBFDQMl/wKhtTZfKebOHHlVXSfUOf+OwNkK60PPg== X-Received: by 2002:a17:906:264d:b0:6b1:13e0:9981 with SMTP id i13-20020a170906264d00b006b113e09981mr10452480ejc.611.1645300534569; Sat, 19 Feb 2022 11:55:34 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id v23sm3531685ejy.178.2022.02.19.11.55.33 for <48713-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Feb 2022 11:55:34 -0800 (PST) Message-ID: Subject: Re: [PATCH] gnu: emacs-all-the-icons: Install all the fonts. From: Liliana Marie Prikler To: 48713-done@debbugs.gnu.org Date: Sat, 19 Feb 2022 20:55:33 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48713-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Sonntag, dem 14.11.2021 um 16:13 +0100 schrieb Liliana Marie Prikler: > * gnu/packages/emacs-xyz.scm (emacs-all-the-icons)[#:include]: Drop > fonts. > [#:phases]: Install them directly to ‘/share’. > [propagated-inputs]: Add font-awesome. Also propagated material icons and pushed. Cheers! ------------=_1645300562-27056-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 May 2021 09:40:59 +0000 Received: from localhost ([127.0.0.1]:53646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmYzD-0002Hx-2x for submit@debbugs.gnu.org; Fri, 28 May 2021 05:40:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:60748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmYzA-0002Hn-Sd for submit@debbugs.gnu.org; Fri, 28 May 2021 05:40:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmYz9-000777-Jw for bug-guix@gnu.org; Fri, 28 May 2021 05:40:56 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:52318) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmYz5-0006pf-MW for bug-guix@gnu.org; Fri, 28 May 2021 05:40:54 -0400 Received: from nijino.local (91-114-247-246.adsl.highway.telekom.at [91.114.247.246]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Fs06g6ms9z1LZ3L for ; Fri, 28 May 2021 11:40:43 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4Fs06g6ms9z1LZ3L DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1622194844; bh=p3onGiPTMmySveiQQ8Qoprqz0ptlTktTwwIQw0zvQlY=; h=Subject:From:To:Date:From; b=Do+Vlcg9kWkl0gjVKQjVkkthZIf3Xw6xzO2nJlN+G9/No9S7xyqhjEb8qDc/VX1mj VwrtWuSqybu+blKdipZBJw6NDA3hS1LOkzzwJ0fHBEjNKs+agGUg60BHRJN46R4nW7 gNDYJJmRZ/VbIQWonRe7sZVbLHRfjLzm5ueFLYJ8= Message-ID: <6034fecaa0ec23963c0d591de2f3df0a178f99f6.camel@student.tugraz.at> Subject: emacs-all-the-icons missing all the icons From: Leo Prikler To: bug-guix@gnu.org Date: Fri, 28 May 2021 11:40:43 +0200 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Pardon the pun in the title. The problem: emacs-all-the-icons has a subdirectory fonts, that it wants installed to share/fonts (currently, they are installed to its own fonts directory). Some of them are vendored, but at least one seems to be genuinely their own. Proposed solution: Make it, so that emacs-all-the-icons installs its own fonts to share/data and copies vendored fonts from inputs where packages can be found. Note, that this won't work for a setup with all-the-icons in a non- default profile or ad-hoc environment (compare #31403). Would everyone be fine with the proposed solution or is there a better one? Regards, Leo ------------=_1645300562-27056-1--