bug#37348: Force https redirect missing from ci, workflow and workflows guix.info sub-domains

2019-09-08 Thread Collin J. Doering
Hi all, Not sure where the best place to report this, however today I noticed that ci.guix.info, workflow.guix.info and workflows.guix.info do not redirect http to https, though its also served over https. Kind regards, -- Collin J. Doering http://rekahsoft.ca http://blog.rekahsoft.ca

bug#37347: 'guix environment' fails after trying to follow the steps from "Running Guix Before It Is Installed" page

2019-09-08 Thread Jesse Gibbons
On Mon, 2019-09-09 at 02:49 +0200, Jan wrote: > Hi, I'm a new Guix user and I wanted to hack on Guix and update a > package, I hadn't known exactly how to do this, so I started > following > instructions from > https://guix.gnu.org/manual/en/html_node/Running-Guix-Before-It-Is-In >

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-08 Thread Jesse Gibbons
Hi Jan, On Mon, 2019-09-09 at 00:18 +0200, Jan wrote: > Okay, I found some probably more helpful info - I run icecat in a > terminal and it throws the following warnings, don't know if they're > related to this bug though: > ... > (/gnu/store/8pjdh78z3j2issz78yjmf94k3hlkrb5f-icecat-60.9.0- >

bug#37347: 'guix environment' fails after trying to follow the steps from "Running Guix Before It Is Installed" page

2019-09-08 Thread Jan
Hi, I'm a new Guix user and I wanted to hack on Guix and update a package, I hadn't known exactly how to do this, so I started following instructions from https://guix.gnu.org/manual/en/html_node/Running-Guix-Before-It-Is-Installed.html#Running-Guix-Before-It-Is-Installed and

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-08 Thread Jan
Okay, I found some probably more helpful info - I run icecat in a terminal and it throws the following warnings, don't know if they're related to this bug though: (icecat:4612): Gtk-WARNING **: 22:11:57.437: Theme parsing error: :1:34: Expected ')' in color definition (icecat:4612): Gtk-WARNING

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-08 Thread Jan
On Sun, 08 Sep 2019 15:20:12 -0600 Jesse Gibbons 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

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-08 Thread Jesse Gibbons
On Sun, 2019-09-08 at 23:10 +0200, Jan wrote: > Hi everyone, > I've recently installed Icecat on Guix System natively and it doesn't > display numbers properly - instead of numbers, there are transparent > squares without a black frame - they're just invisible globally, no > matter if on a website

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-08 Thread Jan
Hi everyone, I've recently installed Icecat on Guix System natively and it doesn't display numbers properly - instead of numbers, there are transparent squares without a black frame - they're just invisible globally, no matter if on a website or in the browser's interface. Tried changing font to

bug#26302: [website] translations

2019-09-08 Thread pelzflorian (Florian Pelz)
On Sun, Sep 08, 2019 at 09:44:44PM +0200, Ludovic Courtès wrote: > Cool, thanks for opening this issue! > Thank you! (Well, it was ng0’s old issue and people on the list started talking about its topic again.) > > One of the attached patches adds a PO file with a German translation > > that

bug#26175: [bug#36976] [PATCH 1/1] download: Map file-name characters not allowed in store.

2019-09-08 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 04.09.19 um 12:32 schrieb Ludovic Courtès: >> Hi, >> >> Hartmut Goebel skribis: >> >>>    (origin >>> (method url-fetch) >>> (uri (string-append "mirror://kde//Attic/applications/" >>> version "/src/kde-l10n/" >>>   

bug#26302: [website] translations

2019-09-08 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: > Find attached preliminary patches that add a working website > translation system to guix-artwork. Of course, the patches should > *not* be pushed before there is a working nginx configuration with > appropriate redirects. (Except the first

bug#36402: installation error

2019-09-08 Thread Ludovic Courtès
Hello, Mathieu Othacehe skribis: >> So perhaps you should define your own ‘define-wrapped-type’ macro that >> does ‘define-record-type’ + the weak hash table thing, and replace all >> ‘define-record-type’ instances in structs.scm with >> ‘define-wrapped-type’. How does that sound? > > Seems

bug#36634: Virtual Machine Manager (virt-manager)

2019-09-08 Thread Christopher Baines
As version 5.7.0 has been released, I tried updating to that. There seems to be some issue with the configuration for the socket file, but even avoiding that, it doesn't seem to resolve the issue with the cgroups. For now, I've switched more permanently back to 5.4.0. signature.asc Description:

bug#26302: [website] translations

2019-09-08 Thread pelzflorian (Florian Pelz)
On Fri, Sep 06, 2019 at 01:17:10PM -0500, sirgazil via Bug reports for GNU Guix wrote: > Hi, Florian :) > > I haven't had the time to work on the website again, so I haven't > tried your code yet. But I'm glad you're working on this. > :) > Regarding URLs, I would prefer using IRIs, like

bug#37342: Xfce4 hides panel after update

2019-09-08 Thread znavko
Today, I've updated guix with this consequence: # guix pull && guix package -u # guix system reconfigure /etc/config.scm After reboot I successfully login to Slim and Xfce4 shows Desktop and Panel. But then after few moments Xfce4 hides panel, and I cannot open Applications with ctrl + esc. I

bug#37318: [PATCH] OpenNTPD generated config is convoluted

2019-09-08 Thread Efraim Flashner
On Sat, Sep 07, 2019 at 01:21:27PM +0900, Maxim Cournoyer wrote: > Hello, > > The attached patches fix this issue as well as the openntpd package not > being able to load the CA cert used to authenticate constraint servers. > > It depends on the NTP patches posted here: bugs.gnu.org/37295. >