GNU bug report logs

#47713 Icecat doesnt show numbers for anything

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #24 received at 47713@debbugs.gnu.org (full text, mbox, reply):

Received: (at 47713) by debbugs.gnu.org; 25 Apr 2021 17:20:51 +0000
From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 25 13:20:51 2021
Received: from localhost ([127.0.0.1]:43624 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1laiR3-0008Ny-4Q
	for submit@debbugs.gnu.org; Sun, 25 Apr 2021 13:20:51 -0400
Received: from eggs.gnu.org ([209.51.188.92]:57582)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@gnu.org>) id 1laiR0-0008Nm-Ji
 for 47713@debbugs.gnu.org; Sun, 25 Apr 2021 13:20:43 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e]:39973)
 by eggs.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <ludo@gnu.org>)
 id 1laiQv-0000UH-4Z; Sun, 25 Apr 2021 13:20:37 -0400
Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=50178 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <ludo@gnu.org>)
 id 1laiQu-0001oc-HZ; Sun, 25 Apr 2021 13:20:36 -0400
From: Ludovic Courtès <ludo@gnu.org>
To: bo0od <bo0od@riseup.net>
Subject: Re: bug#47713: Icecat doesnt show numbers for anything
References: <a6847eb0-6b86-1868-51bb-984fb97eab5f@riseup.net>
 <87eef7lw3z.fsf@gnu.org>
 <94b350e6-cee7-b3ec-3ec6-9d9d6f1fb0c7@riseup.net>
 <87a6pmgyyy.fsf@gnu.org>
 <588ab6cc-5c16-718f-7a08-8b467f772146@riseup.net>
Date: Sun, 25 Apr 2021 19:20:34 +0200
In-Reply-To: <588ab6cc-5c16-718f-7a08-8b467f772146@riseup.net>
 (bo0od@riseup.net's message of "Sun, 25 Apr 2021 15:59:44 +0000")
Message-ID: <871raygu1p.fsf@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 47713
Cc: 47713@debbugs.gnu.org
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
[Message part 1 (text/plain, inline)]
bo0od <bo0od@riseup.net> skribis:

> Tell me any command you want the output for (or package to install) to
> help solving this issue i will post it here.
>
> I have posted how my guix system configured/built here:
>
> https://issues.guix.gnu.org/47687

I found <https://issues.guix.gnu.org/43293>, which was about the same
issue; the solution was to install ‘font-dejavu’.

I can reproduce the problem with the OS config you posted at
<https://issues.guix.gnu.org/47687>.  With that Xfce-only config,
/run/current-system/profile lacks ‘font-dejavu’, hence the problem.

The config in ‘vm-image.tmpl’ does not provide ‘font-dejavu’ but it
provides ‘font-bitstream-vera’, which does the job.

‘font-dejavu’ is propagated by the ‘gnome’ package, which is why there’s
no such problem when using ‘gnome-desktop-service-type’.  The solution
is to make sure one of these fonts is always installed by default.

The attached patch does that.  I’ll go ahead and push it if there are no
objections.

Thanks for reporting the issue!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 15ea89454f..079d60e45a 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -36,6 +36,7 @@
   #:use-module (gnu packages code)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
+  #:use-module (gnu packages fonts)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages fribidi)
@@ -370,7 +371,10 @@ Libraries with some extra bells and whistles.")
     (propagated-inputs
      `(("efl" ,efl)
        ("libxkbcommon" ,libxkbcommon)
-       ("wayland-protocols" ,wayland-protocols)))
+       ("wayland-protocols" ,wayland-protocols)
+
+       ;; Default font that applications such as IceCat require.
+       ("font-dejavu" ,font-dejavu)))
     (home-page "https://www.enlightenment.org/about-enlightenment")
     (synopsis "Lightweight desktop environment")
     (description
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 44420147a3..82b2d6e0fd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon@gmail.com>
 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
@@ -1580,6 +1580,9 @@ used to bring up authentication dialogs.")
        ("shared-mime-info"          ,shared-mime-info)
        ("yelp"                      ,yelp)
        ("zenity"                    ,zenity)))
+    (propagated-inputs
+     ;; Default font that applications such as IceCat require.
+     `(("font-dejavu"             ,font-dejavu)))
     (synopsis "The MATE desktop environment")
     (home-page "https://mate-desktop.org/")
     (description
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 5782fa9eac..299e39115a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -37,6 +37,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages calendar)
   #:use-module (gnu packages cdrom)
+  #:use-module (gnu packages fonts)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gettext)
@@ -1011,6 +1012,9 @@ on your desktop.")
        ("xfce4-clipman-plugin"    ,xfce4-clipman-plugin)
        ("xfce4-pulseaudio-plugin" ,xfce4-pulseaudio-plugin)
        ("xfce4-xkb-plugin"        ,xfce4-xkb-plugin)))
+    (propagated-inputs
+     ;; Default font that applications such as IceCat require.
+     `(("font-dejavu"             ,font-dejavu)))
     (native-search-paths
      ;; For finding panel plugins.
      (package-native-search-paths xfce4-panel))

Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Dec 22 07:52:37 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.