unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jan <tona_kosmicznego_smiecia@interia.pl>
To: Jesse Gibbons <jgibbons2357@gmail.com>
Cc: 37345@debbugs.gnu.org
Subject: bug#37345: Icecat doesn't display numbers on Guix System
Date: Mon, 9 Sep 2019 00:03:30 +0200	[thread overview]
Message-ID: <20190909000330.0fb82b66@kompiuter> (raw)
In-Reply-To: <f8e11abfa49824837afaed52fdfe366c11c8619a.camel@gmail.com>

On Sun, 08 Sep 2019 15:20:12 -0600
Jesse Gibbons <jgibbons2357@gmail.com> wrote:

> I cannot replicate.
> What commit did you notice this? (guix describe)
Since the beginning, not sure what commit (checked with 'guix system
list-generations'), that was:
"Generation 1 September 01 2019 01:15:51"
Probably a fresh Guix System installation from the ISO image from the
website.
Now I run the following commit:
ba7bd6c62ddaab4d5623fb149b47579e13a9e5f5
And the bug is still present

> Are there any settings different from the default?
I did nothing special to Icecat, just installed a few add-ons: Umatrix,
Ublock Origin and "Dark Background and Light Text", these add-ons don't
cause any problems on Firefox for example, but removed the ".mozilla"
folder just to be sure, also I remember that displaying numbers hadn't
worked since the beginning, even before I installed the add-ons.  

As for the system, here's my configuration file:

(use-modules (gnu))
(use-service-modules desktop networking ssh xorg)

(operating-system
 (locale "pl_PL.utf8")
 (timezone "Europe/Warsaw")
 (keyboard-layout (keyboard-layout "pl" "legacy"))
 (bootloader
  (bootloader-configuration
   (bootloader grub-bootloader)
   (target "/dev/sda")
   (keyboard-layout keyboard-layout)))
 (swap-devices (list "/dev/sda3"))
 (file-systems
  (cons* (file-system
	  (mount-point "/home")
	  (device
	   (uuid "640b9945-4421-403a-93da-02768c28b29b"
		 'btrfs))
	  (type "btrfs"))
	 (file-system
	  (mount-point "/")
	  (device
	   (uuid "55c8dec3-4e68-4441-9d78-a9b55d9fc9bd"
		 'ext4))
	  (type "ext4"))
	 %base-file-systems))
 (host-name "navi")
 (users (cons* (user-account
		(name "user")
		(comment "User")
		(group "users")
		(home-directory "/home/user")
		(supplementary-groups
		 '("wheel" "netdev" "audio" "video")))
	       %base-user-accounts))
 (packages
  (append
   (map specification->package
        '("i3-wm"
          "nss-certs"
          "icecat"
          "ungoogled-chromium"
	  "libreoffice"
          "mpv"
          "gimp"
          "emacs"
          "emacs-paredit"
          "emacs-auto-complete"
	  "gnupg"          
          "htop"))
   %base-packages))
 (services
  (append
   (list (service mate-desktop-service-type)
	 (service tor-service-type)
	 (extra-special-file "/usr/bin/env"
                             (file-append coreutils "/bin/env"))
         (extra-special-file "/bin/bash"
                             (file-append coreutils "/bin/bash"))
	 (set-xorg-configuration
	  (xorg-configuration
	   (keyboard-layout keyboard-layout))))
   %desktop-services)))

  reply	other threads:[~2019-09-08 22:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-08 21:10 bug#37345: Icecat doesn't display numbers on Guix System Jan
2019-09-08 21:20 ` Jesse Gibbons
2019-09-08 22:03   ` Jan [this message]
2019-09-08 22:18 ` Jan
2019-09-09  1:05   ` Jesse Gibbons
2019-09-09 10:02     ` Bengt Richter
2019-09-09 13:15       ` Jan
2019-09-09 20:24         ` P via Bug reports for GNU Guix
2019-09-09 13:02     ` Jan
2019-10-31  9:00 ` Matias Jose Seco Baccanelli
2019-11-01 17:42   ` Jesse Gibbons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190909000330.0fb82b66@kompiuter \
    --to=tona_kosmicznego_smiecia@interia.pl \
    --cc=37345@debbugs.gnu.org \
    --cc=jgibbons2357@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).