bug#35408: External monitor not working with GDM

2019-05-07 Thread Ben Sturmfels
On 03/05/19 01:20, Ludovic Courtès wrote: > Ben Sturmfels skribis: > >>> On Fri, 26 Apr 2019, Ludovic Courtès wrote: Ben Sturmfels skribis: >> > [ 448.627] (II) RADEON: Driver for ATI/AMD Radeon chipsets: >> It looks like you have an AMD Radeon graphics card, is that right? Did

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-07 Thread Jesse Gibbons
I brought this to the help mailing list, and now I see it as a particular bug in guix. When I change into a guix environment and try to run a Python project that uses the WebKitGTK2 library, it cannot find the specified shared library, even though it is in $LIBRARY_PATH. As a result, the project

bug#35588: [PATCH] ui: Search matches additional package outputs.

2019-05-07 Thread swedebugia
On 2019-05-07 02:57, Chris Marusich wrote: +;; Match against uncommon outputs. +(,(lambda (package) +(filter (lambda (output) + (not (member output + ;; Some common outpus shared by many packages. +

bug#35585: GRUB does not work with USB keyboards when using keyboard-layout

2019-05-07 Thread pelzflorian (Florian Pelz)
On Tue, May 07, 2019 at 06:39:14PM +0200, Danny Milosavljevic wrote: > Why is it specified at all? If it's not specified, it will default to > the "platform native" inputs which means the ones available in the source code > for that platform. So aren't we complicating our life for no reason by >

bug#35622: Ran into a bug in the new graphical installer on WiFi setup

2019-05-07 Thread Mark H Weaver
Hi Hugo, Hugo Saavedra writes: > Thanks for your work on GuixSD. I was excited to try out the new > graphical installer, but ran into a bug while setting up WiFi. I'm sorry to hear it. Thanks very much for the report. > I've uploaded photos of the stacktrace for you to take a look at. This >

bug#35623: guix pull failed on RHEL7

2019-05-07 Thread Mark H Weaver
Hi Karrick, Karrick McDermott writes: > Note, I ran this with non privileged permissions, which might be > wrong. I am only sending this email because the program requested it. We normally run 'guix pull' unprivileged, so that's fine. > [kmcdermo@kmcdermo-ld2 ~]$ guix pull > Updating channel

bug#35510: My GNOME sound settings occasionally get lost

2019-05-07 Thread Mark H Weaver
Mark H Weaver writes: > On my x86_64-linux Guix system, I run GNOME 3 within Wayland. However, > I need to keep 'slim-service' around for one purpose only: to > occasionally remind GNOME sound settings of my preferred "alert" sound, > since it forgets several times per month. [...] > Note

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-07 Thread ison
The only other thing I can think of right now which might be different is the way I'm starting ibus. Instead of ibus-setup, what happens if you launch it with ibus-daemon -drx and then access the preferences by right clicking the tray icon (or perhaps running ibus-setup _after_ the daemon is

bug#35623: guix pull failed on RHEL7

2019-05-07 Thread david . larsson
Hi Karrick, Is this a regular user or a user you logged into over ssh and authorized via pam_ldap or similar? I have noticed similar error but had no problems with guix pull for root user or manually created users. Best regards, David L On Tue, 7 May 2019, Karrick McDermott wrote: Note, I

bug#35606: Gajim

2019-05-07 Thread Ricardo Wurmus
Tobias Geerinckx-Rice writes: > Traceback (most recent call last): > File > "/gnu/store/lzzphfg2hf52h1cb2dbvz3qvz2ca26na-gajim-1.1.3/lib/python3.7/site-packages/gajim/application.py", > line 221, in _activate >self.interface.run(self) > File >

bug#35606: Gajim

2019-05-07 Thread Ricardo Wurmus
Tobias Geerinckx-Rice writes: > Very strange. Is anyone successfully using Gajim on Guix System? > Clément? Ricardo? I used to use it, but some time ago I shut off my XMPP server because I didn’t really need it. I’ll try to bring it up again and then test if I can connect to it with Gajim.

bug#35622: Ran into a bug in the new graphical installer on WiFi setup

2019-05-07 Thread Hugo Saavedra
Hello Guix team, Thanks for your work on GuixSD. I was excited to try out the new graphical installer, but ran into a bug while setting up WiFi. I've uploaded photos of the stacktrace for you to take a look at. This is running on a Dell Inspiron 11 3000 series. https://imgur.com/a/qcwgNXr

bug#35623: guix pull failed on RHEL7

2019-05-07 Thread Karrick McDermott
Note, I ran this with non privileged permissions, which might be wrong. I am only sending this email because the program requested it. [kmcdermo@kmcdermo-ld2 ~]$ uname -a Linux kmcdermo-ld2.linkedin.biz 3.10.0-514.55.4.el7.x86_64 #1 SMP Fri Aug 10 17:03:02 UTC 2018 x86_64 x86_64 x86_64

bug#35621: Simplify comparing guix challenge results

2019-05-07 Thread Vagrant Cascadian
I'd like to see a simpler process for comparing challenge results producing differences. While the manual documents how to compare a failing challenge result $ wget -q -O - https://ci.guix.info/nar/…-git-2.5.0 \ | guix archive -x /tmp/git $ diff -ur --no-dereference

bug#35585: GRUB does not work with USB keyboards when using keyboard-layout

2019-05-07 Thread pelzflorian (Florian Pelz)
On Tue, May 07, 2019 at 07:25:39PM +0200, pelzflorian (Florian Pelz) wrote: > On Tue, May 07, 2019 at 06:11:55PM +0200, Ludovic Courtès wrote: > > Oh, interesting. I guess on “PCs” the BIOS/UEFI emulates AT keyboard > > even when the keyboard is really an external USB keyboard, which is why > >

bug#35551: package gcc does not depend on binutils and glibc

2019-05-07 Thread Bruno Haible
Tobias Geerinckx-Rice wrote: > > Well, 'guix install emacs' installs more than emacs as well: > > graphviz, ghostscript, python, fftw, cups, ... > > Oh, we're talking about different things then. > > Installing (in any sense) emacs will add its dependencies to the > store (your ‘install’), but

bug#35585: GRUB does not work with USB keyboards when using keyboard-layout

2019-05-07 Thread pelzflorian (Florian Pelz)
On Tue, May 07, 2019 at 06:11:55PM +0200, Ludovic Courtès wrote: > Oh, interesting. I guess on “PCs” the BIOS/UEFI emulates AT keyboard > even when the keyboard is really an external USB keyboard, which is why > we don’t see that problem. > Not for my external USB keyboard on my PC (using an

bug#35585: GRUB does not work with USB keyboards when using keyboard-layout

2019-05-07 Thread Danny Milosavljevic
Hi Ludo, On Tue, 07 May 2019 18:11:55 +0200 Ludovic Courtès wrote: > > --- a/gnu/bootloader/grub.scm > > +++ b/gnu/bootloader/grub.scm > > @@ -360,7 +360,7 @@ entries corresponding to old generations of the system." > > (keyboard-layout-file layout #:grub grub

bug#35551: package gcc does not depend on binutils and glibc

2019-05-07 Thread Tobias Geerinckx-Rice
Bruno, Bruno Haible wrote: (Speaking as a user, I'd be annoyed to the point of switching if my distro installed ‘binutils’ when asked for ‘gcc’.) Well, 'guix install emacs' installs more than emacs as well: graphviz, ghostscript, python, fftw, cups, ... Oh, we're talking about different

bug#35561: Fresh install, guix pull exits with error, hash mismatch

2019-05-07 Thread Tobias Geerinckx-Rice
Ludo', Ludovic Courtès wrote: The reason substitutes were not used is that Guix cached the fact that substitutes weren’t available. They became available in the meantime but the cached entry hasn’t expired yet. To work around it, you could wait some more :-), or you can do: guix pull

bug#35585: GRUB does not work with USB keyboards when using keyboard-layout

2019-05-07 Thread Ludovic Courtès
Hi, "pelzflorian (Florian Pelz)" skribis: > From c0c8167cf4f7ddd68567618effc665dd950c2f93 Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Sun, 5 May 2019 17:38:47 +0200 > Subject: [PATCH] bootloader: grub: Support USB keyboards when using a > keyboard-layout. > > With this USB keyboards

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-07 Thread sirgazil
On Mon, 06 May 2019 19:36:17 -0500 Chris Marusich wrote > ison writes: > > > I currently have ibus with anthy working, but I had this exact same > > problem at > > first. I'm not 100% sure what I finally did to solve it, but I think it > > may have > > been a missing

bug#35551: package gcc does not depend on binutils and glibc

2019-05-07 Thread Ludovic Courtès
Hi, Tobias Geerinckx-Rice skribis: > ‘Toolchain’ exactly describes what you're looking for, so I'm going to > go ahead and close this bug. True, but we all know that “guix install gcc” is the first thing one would do, expecting it to actually work. :-) Ricardo, I think you had a patch to

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-07 Thread sirgazil
On Mon, 06 May 2019 16:48:27 -0500 ison wrote > I currently have ibus with anthy working, but I had this exact same problem > at > first. I'm not 100% sure what I finally did to solve it, but I think it may > have > been a missing environment variable. Here is what I have set:

bug#35566: Dvorak keyboard layout in graphical installl mode

2019-05-07 Thread Dinnyés Dániel
Hi Ludo, Apologies, indeed eventually I found it. Thanks, Daniel On Tue, May 7, 2019, 13:48 Ludovic Courtès wrote: > Hi Daniel, > > Daniel Dinnyes skribis: > > > I have been trying to install Guix with System Install method, using a > > ISO image with KVM. I found that in the graphical

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-07 Thread pelzflorian (Florian Pelz)
On Tue, May 07, 2019 at 06:51:13AM +0200, pelzflorian (Florian Pelz) wrote: > On Tue, May 07, 2019 at 06:11:58AM +0200, pelzflorian (Florian Pelz) wrote: > > I had the same problem; it works for me now after I added ibus and > > ibus-anthy to the system packages, Anthy appeared in ibus-setup. I >

bug#35605: GNOME Settings: Region & Language: Input source keyboard button does not work

2019-05-07 Thread Ludovic Courtès
Hi! sirgazil skribis: > ## Steps to reproduce > > 1. Go to GNOME Settings → Language & Region → Input Sources. > 2. Click on one of the sources. > 3. Click the button that has a keyboard icon. > > > ## Unexpected result > > Nothing happens. Fixed in 1df38cfcc78b750567f292a173e43a2633757cb0

bug#35618: 'guix environment' doesn't honor package transformations

2019-05-07 Thread Ludovic Courtès
Ludovic Courtès skribis: > ‘guix environment’ apparently doesn’t honor package transformation > options: Fixed in d108f59761f6581bff0d405c38852688ba04961d. Ludo’.

bug#35566: Dvorak keyboard layout in graphical installl mode

2019-05-07 Thread Tobias Geerinckx-Rice
Daniel, Guix, Ludovic Courtès wrote: Daniel Dinnyes skribis: I found that in the graphical install mode, while being asked for keyboard layout, there was no option for Dvorak layout. The Dvorak layout is there, but maybe not where you expect: you have to first select, say, the “English

bug#35566: Dvorak keyboard layout in graphical installl mode

2019-05-07 Thread Ludovic Courtès
Hi Daniel, Daniel Dinnyes skribis: > I have been trying to install Guix with System Install method, using a > ISO image with KVM. I found that in the graphical install mode, while > being asked for keyboard layout, there was no option for Dvorak layout. > Not sure if this is intentional, or

bug#35529: libdrm fails to build on armhf-linux

2019-05-07 Thread Ricardo Wurmus
Hi Mark, > Ricardo Wurmus writes: > >> This has built fine on berlin. We have a completed build for >> /gnu/store/3c28p8b07709isd9jlcnnnyrpgz4ndz8-libdrm-2.4.97. > > What kind of hardware was it built on? I’m not sure. We’re using a few Overdrive 1000 machines that

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-05-07 Thread sirgazil
On Mon, 06 May 2019 23:51:13 -0500 pelzflorian (Florian Pelz) wrote > On Tue, May 07, 2019 at 06:11:58AM +0200, pelzflorian (Florian Pelz) wrote: > > I had the same problem; it works for me now after I added ibus and > > ibus-anthy to the system packages, Anthy appeared in

bug#35618: 'guix environment' doesn't honor package transformations

2019-05-07 Thread Ludovic Courtès
Hello, ‘guix environment’ apparently doesn’t honor package transformation options: --8<---cut here---start->8--- $ guix describe Generacio 80May 02 2019 15:50:50(nuna) guix 746ac45 repository URL: https://git.savannah.gnu.org/git/guix.git

bug#35575: Some graphical programs borked with Guix on Arch

2019-05-07 Thread Brendan Tildesley
Wow you are a genius, that fixed it. How did you know? Sorry I got no notification of your email, maybe because you emailed bug-guix instead of 35...@debbugs.gnu.org. So that's fixed my issue but I wonder how it can be fixed in general so others don't have this issue.

bug#35607: Installer: Cannot exit during user creation step

2019-05-07 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > When pressing the Exit button in the graphical installer during the > User Creation step, the installer instead continues with Desktop > Environment selection. Fixed in 91936f153a6d1026350a1f58bf93f54d2ee3e1dc, thanks! Ludo’.

bug#35582: Installer: Graphical installation failed because of truncated UUID

2019-05-07 Thread Ludovic Courtès
Hi sirgazil, sirgazil skribis: > In my case, the installer generated this: > > ``` > (file-system > (mount-point "/boot/efi") > (device (uuid "A0CA-50E" 'fat32)) > (type "vfat")) > ``` It turns out that ‘uuid->string’ would not print leading zeros… Fixed in commit

bug#35553: getlogin and getlogin_r fail with error ENXIO

2019-05-07 Thread Ludovic Courtès
Hi Bruno! Bruno Haible skribis: > Danny Milosavljevic wrote: >> Are you logging in using gdm? > > I'm using the guix-1.0 installation image > (guix-system-vm-image-1.0.0.x86_64-linux). It shows a screen "Logging in..." > for less than one second and then starts the user's desktop immediately.

bug#35604: Is the top bootloader entry for previous generations the current one?

2019-05-07 Thread Ludovic Courtès
Hello, Tobias Geerinckx-Rice skribis: > How about changing ‘previous generations’ to ‘all generations’, and > have it include the current generation at the top (now with # and > date, maybe ‘(current)’ appended)? Yes, I’m fine either way (I found that “previous generations” was clear enough,

bug#35537: GUIX VM image not found

2019-05-07 Thread Ludovic Courtès
Hi Andy, Andy Tai skribis: > per manual page > https://www.gnu.org/software/guix/manual/en/html_node/Running-Guix-in-a-VM.html > > $ wget https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.0.0.system.xz Fixed in 021deac0e86e9bc6f2669f822a2ed70ad252ba5e, thanks! Ludo’.

bug#35561: Fresh install, guix pull exits with error, hash mismatch

2019-05-07 Thread Calle Kabo
Ah, right, so substitutes were used on my system, just not for this particular install. Well, hopping on the VPN and getting a Dutch IP solved it for me and I'm no longer able to reproduce the issue. /Calle

bug#35588: [PATCH] ui: Search matches additional package outputs.

2019-05-07 Thread Ludovic Courtès
Hello, Chris Marusich skribis: > From c1150a217a416ef4ceccf87c56e36e8e921f873a Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Mon, 6 May 2019 01:51:30 -0700 > Subject: [PATCH] ui: Make package outputs searchable. > > * guix/ui.scm (relevance): Allow the "field" procedure of a metric

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-07 Thread pelzflorian (Florian Pelz)
On Mon, May 06, 2019 at 09:43:55PM +0200, Ludovic Courtès wrote: >> I agree. I’ll commit the patch below, which works fine for German (at > least before the “Hide” checkbox patch). > > Thanks, > Ludo’. > Fits perfectly. Thank you all of you! Regards, Florian

bug#35561: Fresh install, guix pull exits with error, hash mismatch

2019-05-07 Thread Ludovic Courtès
Hello, Calle Kabo skribis: > I tried running guix pull again, but still didn't work > https://paste.debian.net/1081770 This shows that substitutes were not used: --8<---cut here---start->8--- 41 building

bug#35550: Installer: wpa_supplicant fails to start

2019-05-07 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > what happens when the loop reads the pid file when it contains just half of a > numeral? It won't detect it, right? Correct. I’m proposing the addition below to be on the vey safe side. WDYT? The weird thing, as I mentioned earlier, is that

bug#35550: Installer: wpa_supplicant fails to start

2019-05-07 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: > On Mon, May 06, 2019 at 12:21:26AM +0200, Ludovic Courtès wrote: >> It’d be great if you could do some testing with the patch below. Then I >> guess we’ll push a Shepherd release with this fix. >> > > The second patch (the one for Guix is

bug#35540: Installer displays encrypted partition password entry in cleartext

2019-05-07 Thread Mathieu Othacehe
Hey, > So I guess you can go ahead and push, Mathieu! Pushed as 445bd4d5e5, thanks to both of you for reviewing it :) Mathieu

bug#35586: GNOME

2019-05-07 Thread Raghav Gururajan
Hello! Recently, I have been given this link (https://wiki.gnome.org/Design/Apps) which lists all GNOME Core Applications that are to be added to guix's gnome package. Whether or not to do this, I think the package with the name "gnome" in any distribution should always reflect the vanilla