bug#26201: Heads-up: hydra.gnu.org uses ‘guix publish --cache’

2017-04-19 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > l...@gnu.org (Ludovic Courtès) skribis: > >> 2. Produce a narinfo and corresponding nar the first time they are >> requested. So, the first time we receive “GET foo.narinfo”, return >> 404 and spawn a thread to compute foo.narinfo and

bug#25988: python2-urwid tests fail

2017-04-19 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hi, > > I'm currently facing test failures from the python2-urwid package > required to build wicd. The errors are: > > test_run (urwid.tests.test_event_loops.SelectEventLoopTest) ... ok > >

bug#26566: Swap partition on GuixSD

2017-04-19 Thread Quiliro
The sample file for a desktop configuration on https://www.gnu.org/software/guix/manual/guix.html#System-Services does not give an example of swap-devices. Is adding this line correct on the operating-system section in the config.scm file if my swap partition is sda2?: (swap-devices

bug#26565: IceCat hangs when entering certain websites

2017-04-19 Thread Quiliro
IceCat hangs when entering web pages such as instructables.com. I supposed it was because it has a lot of Javascript. Nevertheless, the problem occurs even when these plugins are activated: Disconnect GNU LibreJS SpyBlock uBlock Origin -- Saluton, Quiliro 0987631031

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-19 Thread Marius Bakke
Arun Isaac writes: > Thank you for the bug reports! > > The Guix xdg-utils package is in need of an update. The latest release > is 1.1.1. Unlike the 1.0.2 release currently in Guix, the new release > has test cases, many of which currently fail in Guix. While trying

bug#26565: IceCat hangs when entering certain websites

2017-04-19 Thread ng0
Quiliro transcribed 0.3K bytes: > IceCat hangs when entering web pages such as instructables.com. I > supposed it was because it has a lot of Javascript. Nevertheless, the > problem occurs even when these plugins are activated: > Disconnect > GNU LibreJS > SpyBlock > uBlock Origin > > -- >

bug#26565: IceCat hangs when entering certain websites

2017-04-19 Thread Catonano
2017-04-18 3:03 GMT+02:00 Quiliro : > IceCat hangs when entering web pages such as instructables.com. I > supposed it was because it has a lot of Javascript. Nevertheless, the > problem occurs even when these plugins are activated: > Disconnect > GNU LibreJS > SpyBlock >

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-19 Thread Arun Isaac
Thank you for the bug reports! The Guix xdg-utils package is in need of an update. The latest release is 1.1.1. Unlike the 1.0.2 release currently in Guix, the new release has test cases, many of which currently fail in Guix. While trying to get the tests to pass, I noticed that /usr/bin/file is

bug#23197:

2017-04-19 Thread Joshua Branson
I notice the same issue. I believe I am using Gnome on X. I have a Macbook 7,1. guix —version 0.12.0

bug#22952: Macbook2,1 brightness control requires root privileges

2017-04-19 Thread Joshua Branson
I use a Macbook 7,1 and I do not have this issue. Perhaps this issue is resolved?

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-19 Thread Mekeor Melire
Ben Sturmfels writes: > When I click an embedded URL within Gajim or Pumpa, I'm expecting a > browser window to pop up, but nothing happens and I get an error on the > command line: > > /home/ben/.guix-profile/bin/xdg-open: line 341: gnome-open: command > not found > >

bug#26567: guix publish Resource not found

2017-04-19 Thread Marius Bakke
Quiliro writes: > I have run as root: > guix archive --generate-key > guix publish --user=quiliro > But when opening web page: > http://0.0.0.0:8080/ > I get: > Resource not found: / That is expected. Note that "0.0.0.0" just means "listen on all available IPv4 addresses",

bug#26566: Swap partition on GuixSD

2017-04-19 Thread ng0
Hi, Quiliro transcribed 0.4K bytes: > The sample file for a desktop configuration on > https://www.gnu.org/software/guix/manual/guix.html#System-Services > does not give an example of swap-devices. > > Is adding this line correct on the operating-system section in the > config.scm file if my

bug#26567: guix publish Resource not found

2017-04-19 Thread Quiliro
I have run as root: guix archive --generate-key guix publish --user=quiliro But when opening web page: http://0.0.0.0:8080/ I get: Resource not found: / -- Saluton, Quiliro 0987631031

bug#26565: IceCat hangs when entering certain websites

2017-04-19 Thread Quiliro
El Wed, 19 Apr 2017 21:56:42 +0200 Catonano escribió: > 2017-04-18 3:03 GMT+02:00 Quiliro : > > > IceCat hangs when entering web pages such as instructables.com. I > > supposed it was because it has a lot of Javascript. Nevertheless, > > the problem

bug#26565: IceCat hangs when entering certain websites

2017-04-19 Thread Maxim Cournoyer
Hi Quiliro! Quiliro writes: > IceCat hangs when entering web pages such as instructables.com. I > supposed it was because it has a lot of Javascript. Nevertheless, the > problem occurs even when these plugins are activated: > Disconnect > GNU LibreJS > SpyBlock > uBlock

bug#26565: IceCat hangs when entering certain websites

2017-04-19 Thread Quiliro
El Thu, 20 Apr 2017 13:10:45 +0900 Maxim Cournoyer escribió: > Hi Quiliro! > > Quiliro writes: > > > IceCat hangs when entering web pages such as instructables.com. I > > supposed it was because it has a lot of Javascript. Nevertheless, > > the

bug#25988: python2-urwid tests fail

2017-04-19 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > Maxim Cournoyer writes: > >> Hi, >> >> I'm currently facing test failures from the python2-urwid package >> required to build wicd. The errors are: >> >> test_run

bug#26567: guix publish Resource not found

2017-04-19 Thread Ludovic Courtès
Marius Bakke skribis: > Quiliro writes: > >> I have run as root: >> guix archive --generate-key >> guix publish --user=quiliro >> But when opening web page: >> http://0.0.0.0:8080/ >> I get: >> Resource not found: / > > That is expected. Indeed, until

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-19 Thread Maxim Cournoyer
Hello Marius, Marius Bakke writes: > Arun Isaac writes: > >> Thank you for the bug reports! >> >> The Guix xdg-utils package is in need of an update. The latest release >> is 1.1.1. Unlike the 1.0.2 release currently in Guix, the new release >>

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-19 Thread Arun Isaac
> Heh, I've had a WIP update for 1.1.1 for some time and decided to finish > it based on this discussion. Oh, good! :-) Your patch builds successfully. But, the new version has tests, and you still need to package them. When I try to run the tests, a few fail. Setting environment variables HOME

bug#26566: Swap partition on GuixSD

2017-04-19 Thread Quiliro
El Wed, 19 Apr 2017 23:25:40 +0200 l...@gnu.org (Ludovic Courtès) escribió: > Hi Quiliro, > > ng0 skribis: > > > Quiliro transcribed 0.4K bytes: > >> The sample file for a desktop configuration on > >>

bug#26567: guix publish Resource not found

2017-04-19 Thread Quiliro
El Wed, 19 Apr 2017 23:48:38 +0200 l...@gnu.org (Ludovic Courtès) escribió: > Marius Bakke skribis: > > > Quiliro writes: > > > >> I have run as root: > >> guix archive --generate-key > >> guix publish --user=quiliro > >> But when opening web page: >