From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1k0uFm-0001cD-Hw for mharc-grub-devel@gnu.org; Wed, 29 Jul 2020 18:08:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0uFl-0001Z9-9M for grub-devel@gnu.org; Wed, 29 Jul 2020 18:08:49 -0400 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]:35057) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k0uFg-0000R0-Ha for grub-devel@gnu.org; Wed, 29 Jul 2020 18:08:48 -0400 Received: by mail-wm1-x342.google.com with SMTP id 184so4435674wmb.0 for ; Wed, 29 Jul 2020 15:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Bh5iJx3J4FKPf0xC141QmQYTFZrHQAZ88trezGDUYYY=; b=rJFxnbk219OsvkeA4xltd+bpejH/3AXuldzE3cWdqKBP2ij8dx5FOE2bOREF3ZSLCi w5FW02LyYTYjLXblDk8fpERCNKkXrPbok6yL3brWUSkcjOih2d24AwfSU4oM9LymRmxY B7meZtBS1J5HXT+z2Cx9LB0Yag3tryzYtQr0+3sKHxQSwQuObjSY/4e6H9q3EnvrPGtw J1MXuiOvB2vRsSaT/FevXd8xpqnkLE7k6LUc93AR6tGdWe4qALZ2HsWjp5QVe60KA4gL 1Deu8DvBvXyZ8YpDY8dG9Or+Hbow5v49ABxBWeZ5AGnw+qXHJ4H1k4mRe9FZtSb1xCGW 3VkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Bh5iJx3J4FKPf0xC141QmQYTFZrHQAZ88trezGDUYYY=; b=q8LEwD5IX2PxBjNroFs6s1gX76Q+p/mit/xYxiRN9uTEWOZK20VjBGlTPl3P3tLjXq D/Mmg+LaTmrmnnPJPWU9qflSlMWv7S0MaMkmMmCfV+hbIey8KrmUS6hZTN09g1PwlLkC K2Y4nFYovlq4dQswEhuQuw+GaH8X8QVciMxYh9jgJptqtMVuwdUVF8Pl3r65iVm7qqzh HIco5qdS+IqRYV3NhfyoGvaWcM+BngGjJj53tFn1Rc1RcRndpvIFABrBmXz6Pbopn/UV m3u7mP+Ves9KJERHy9jhBp0WUZePvVjteT6SJvA2N8iLaWKJvquhgkmb3F4HDocwC976 xHmQ== X-Gm-Message-State: AOAM533XLGLNXH2jIXEVzocI9oVwx0t4wCyy+QJg7cHLsZ4T2b/pKYB7 UqfB0RClM0WkEvcFLsFjQYoav+VjkQpIgEHEuXwdaYh9 X-Google-Smtp-Source: ABdhPJynYF6Gn8+u8m0oOYgWVHaF3grnHYDFvs1Kt9HT7m2slD09cQOIrJFLXI24xA/6RTo/YyZkeZbp+IwS7iljfZQ= X-Received: by 2002:a05:600c:210:: with SMTP id 16mr10866163wmi.165.1596060520942; Wed, 29 Jul 2020 15:08:40 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Michael Date: Wed, 29 Jul 2020 18:08:29 -0400 Message-ID: Subject: Re: [PATCH 01/17] configure: Add Ubuntu dejavu font path. To: The development of GNU GRUB Cc: Glenn Washburn , Daniel Kiper , Patrick Steinhardt Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=2a00:1450:4864:20::342; envelope-from=fedora.dm0@gmail.com; helo=mail-wm1-x342.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2020 22:08:49 -0000 On Wed, Jul 29, 2020 at 5:52 PM wrote: > From: Glenn Washburn > > Signed-off-by: Glenn Washburn > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 7c10a4db7..c6b0ef499 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1678,7 +1678,7 @@ fi > > if test x"$starfield_excuse" = x; then > for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do > - for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype; do > + for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype /usr/share/fonts/truetype/dejavu; do I noticed that the font file isn't found on Fedora 32 anymore either. This path needs to be added for that to work: /usr/share/fonts/dejavu-sans-fonts Maybe it could take a configure argument or environment variable to handle all the different installation locations so the list doesn't need to keep growing? Thanks. David