bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro

2019-06-14 Thread Ludovic Courtès
Hello, Andréas Livet skribis: >> You must make sure ‘GUIX_LOCPATH’ is defined in the environment of >> LibreOffice and zsh. > > Good catch for Libreoffice, I didn't thought about that since I use to > open LO files with Thunar (it raise an other question : how to set > GUIX_LOCPATH for applicati

bug#36207: Circular dependency in gnu/services: mcron -> base -> admin -> mcron

2019-06-14 Thread Jack Hill
Hi Guix, As discussed on IRC with Ludo’ and Ricardo, 4252dace19945f56192477e8cb07973c20a526ba introduced a circular dependency among gnu/services modules, by adding a dependency between from base -> admin, resulting in the full dependency chain: mcron -> base -> admin -> mcron I ran into t

bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service

2019-06-14 Thread Andreas Enge
Closing the bug, since the problem seems to be solved; for the follow-up, see bug#36180. Andreas

bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro

2019-06-14 Thread Andreas Enge
On Thu, Jun 13, 2019 at 02:35:00PM +0200, Andréas Livet wrote: > I just have to add GUIX_LOCPATH to ~/.xsessionrc and it works for LibreOffice > AND zsh !! Closing the bug then. Andreas

bug#36199: Newsboat: HTTPS urls broken

2019-06-14 Thread Giovanni Biscuolo
Hello Robert, Robert Smith writes: [...] > An example of the specific error given: > "Error while retrieving https://xkcd.com/rss.xml: SSL peer certificate > or SSH remote key was not OK" Please can you confirm you followed the instructions to install X.509 Certificates? on foreign distros:

bug#36199: Newsboat: HTTPS urls broken

2019-06-14 Thread Robert Smith
Hi Giovanni, Please can you confirm you followed the instructions to install X.509 Certificates? Yes, I have nss-certs included in the packages field of the OS declaration. I tried explicitly installing it for my user account but it did not affect the bug at all. Thanks! Gio'. Thank you

bug#36215: guix system docker-image fails when store items contain non-ascii characters

2019-06-14 Thread Björn Höfling
$ guix system docker-image docker-minimal-system.scm [..] building /gnu/store/a3mlhl86g54w7i7yyx7yyfycn8bzp3nc-guix-docker-image.tar.gz.drv... -builder for `/gnu/store/a3mlhl86g54w7i7yyx7yyfycn8bzp3nc-guix-docker-image.tar.gz.drv' failed with exit code 1 build of /gnu/store/a3mlhl86g54w7i7yyx7y

bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro

2019-06-14 Thread Ludovic Courtès
Andréas Livet skribis: >> Good catch for Libreoffice, I didn't thought about that since I use >> to open LO files with Thunar (it raise an other question : how to >> set GUIX_LOCPATH for applications that I do not from command line, >> but it's not related to guix). >> > I just have to add GUIX_L

bug#35387: unpack phase in the gnu-build-system is sometimes non-deterministic

2019-06-14 Thread Ludovic Courtès
Ludovic Courtès skribis: > What about writing it like this: > > (define (first-subdirectory directory) > "Return the file name of the first sub-directory of DIRECTORY." > (match (scandir directory > (lambda (file) > (and (not (member file '("."

bug#36221: Make GDM *not* restart 504 times on failure

2019-06-14 Thread pelzflorian (Florian Pelz)
If GDM does not start for whatever reason, it attempts to restart 504 more times which all fail and overwrite all five old logs. It probably should not attempt to restart at all. Regards, Florian