bug#35408: External monitor not working with GDM

2019-04-25 Thread Ben Sturmfels
Hi Danny, On Thu, 25 Apr 2019, Danny Milosavljevic wrote: >> Apr 25 20:30:54 localhost gdm: gdm_session_set_environment_variable: >> assertion 'value != NULL' failed > > Yeah, that one again. It might make sense to patch that so the assertion > actually prints name and value passed. > > You can

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ben Sturmfels
On Fri, 2019-04-26 at 00:13 +0200, Diego Nicola Barbato wrote: > Hi Ben, > > Ben Sturmfels writes: > > > Hi Ludovic, > > > > On Thu, 2019-04-25 at 11:08 +0200, Ludovic Courtès wrote: > > > > > > Ben Sturmfels skribis: > > > > > > > I was previously using a 24" Samsung external monitor with m

bug#35068: GDM crashes when it cannot find any .desktop files

2019-04-25 Thread Timothy Sample
Hi Danny, Oh my! I explained things very poorly. Sorry. I’ll provide some more context. Danny Milosavljevic writes: > Hi Timothy, > > On Thu, 25 Apr 2019 14:49:42 -0400 > Timothy Sample wrote: > >> exploding. I did look at Danny’s patch (#35377), and it would work, but >> it seems a little

bug#34124: 01/01: gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.

2019-04-25 Thread Ricardo Wurmus
Mark H Weaver writes: > Hi Ricardo, > > Ricardo Wurmus writes: > > guix-comm...@gnu.org writes: > >> commit cd8dce8ac4224d425f13b3c0776884c87ff43562 >> Author: Ricardo Wurmus >> Date: Thu Apr 25 15:17:05 2019 +0200 >> >> gnu: gnome-shell: Add gdk-pixbuf+svg to inputs. >> >> Fix

bug#35408: External monitor not working with GDM

2019-04-25 Thread Diego Nicola Barbato
Hi Ben, Ben Sturmfels writes: > Hi Ludovic, > > On Thu, 2019-04-25 at 11:08 +0200, Ludovic Courtès wrote: >> >> Ben Sturmfels skribis: >> >> > I was previously using a 24" Samsung external monitor with my X200 >> > Guix >> > System via VGA. Since the switch to GDM, I no longer seem to be >> >

bug#34124: 01/01: gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.

2019-04-25 Thread Mark H Weaver
Hi Ricardo, Ricardo Wurmus writes: guix-comm...@gnu.org writes: > commit cd8dce8ac4224d425f13b3c0776884c87ff43562 > Author: Ricardo Wurmus > Date: Thu Apr 25 15:17:05 2019 +0200 > > gnu: gnome-shell: Add gdk-pixbuf+svg to inputs. > > Fixes . > >

bug#35068: GDM crashes when it cannot find any .desktop files

2019-04-25 Thread Danny Milosavljevic
Hi Timothy, On Thu, 25 Apr 2019 14:49:42 -0400 Timothy Sample wrote: > exploding. I did look at Danny’s patch (#35377), and it would work, but > it seems a little arbitrary. Nothing understands the “Exec=custom” > line, and our “xinitrc” runs “~/.xsession” regardless of what desktop > entry is

bug#35068: GDM crashes when it cannot find any .desktop files

2019-04-25 Thread Timothy Sample
Hi Ludo and Danny, Date: Thu, 25 Apr 2019 11:36:36 -0400 Ludovic Courtès writes: > Danny Milosavljevic skribis: > >> Apr 21 11:23:57 localhost gdm: XXX gdm: value == NULL for key == PATH >> Apr 21 11:23:57 localhost gdm: Child process -1384 was already dead. >> Apr 21 11:23:57 localhost gdm:

bug#35416: OpenVPN Client Service

2019-04-25 Thread Tobias Geerinckx-Rice
Raghav, Raghav Gururajan wrote: Including "openvpn-client-service-type" does not invoke and add "openvpn" package into the system. This is basically bug #35417, so I'm going to merge (and close) both of them. You'll find that this is true for all services, and these are not bugs. Really! :

bug#35417: closed (Re: Tor Service)

2019-04-25 Thread Tobias Geerinckx-Rice
Raghav, Raghav Gururajan wrote: DOUBT! ‘Doubt is an uncomfortable condition, but certainty is a ridiculous one.’ — Voltaire, more or less So the package "tor" actually used when using the service "tor-service-type". Then why the package "tor" isn't added to the system as it is not sh

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> Apr 25 20:30:55 localhost gdm: Child process -15096 was already dead. >> Apr 25 20:30:55 localhost gdm: Child process 15093 was already dead. >> Apr 25 20:30:55 localhost gdm: Unable to kill session worker process > > WTF. I hope they don't kill the same pid tw

bug#34124: gnome-shell crash when opening the activities overview

2019-04-25 Thread Ben Sturmfels
On Thu, 2019-04-25 at 15:20 +0200, Ricardo Wurmus wrote: > > Is there a way to fix this more permanently in Gnome? > > Yes, I’ve fixed this on the staging branch for the gnome-shell > package. > > This also fixes another crash we saw when displaying notifications. Thanks Ricardo, you're awesome.

bug#34124: gnome-shell crash when opening the activities overview

2019-04-25 Thread Ricardo Wurmus
Hi Ben, > I ran: > > $ find ~/.guix-profile/ -type d -wholename '*lib/gdk-pixbuf*' > /home/ben/.guix-profile/lib/gdk-pixbuf-2.0 > /home/ben/.guix-profile/lib/gdk-pixbuf-2.0/2.10.0 > /home/ben/.guix-profile/lib/gdk-pixbuf-2.0/2.10.0/loaders > > and then: > > LD_LIBRARY_PATH=/home/ben/.g

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ben Sturmfels
On Thu, 2019-04-25 at 14:16 +0200, Danny Milosavljevic wrote: > On Thu, 25 Apr 2019 21:41:27 +1000 > Ben Sturmfels wrote: > > > Apr 25 20:30:54 localhost gdm: > > gdm_session_set_environment_variable: > > assertion 'value != NULL' failed > > Yeah, that one again. It might make sense to patch t

bug#35408: External monitor not working with GDM

2019-04-25 Thread Danny Milosavljevic
Hi, On Thu, 25 Apr 2019 21:41:27 +1000 Ben Sturmfels wrote: > Apr 25 20:30:54 localhost gdm: gdm_session_set_environment_variable: > assertion 'value != NULL' failed Yeah, that one again. It might make sense to patch that so the assertion actually prints name and value passed. You can also s

bug#35417: Tor Service

2019-04-25 Thread ng0
Julien Lepiller transcribed 565 bytes: > Le 24 avril 2019 18:34:22 GMT+02:00, Raghav Gururajan a > écrit : > >Hello Guix! > > > >Including "tor-service-type" does not invoke and add "tor" package into > >the system. Without "tor" package, tor commands cannot be used. > >Therefore, "tor-service-ty

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ben Sturmfels
Hi Ludovic, On Thu, 2019-04-25 at 11:08 +0200, Ludovic Courtès wrote: > > Ben Sturmfels skribis: > > > I was previously using a 24" Samsung external monitor with my X200 > > Guix > > System via VGA. Since the switch to GDM, I no longer seem to be > > able > > connect this monitor. When I do, th

bug#35380: disk-image fails to install efi grub

2019-04-25 Thread rendaw
On 4/25/19 5:44 PM, Ludovic Courtès wrote: > Hi rendaw, > > rendaw <7e9wc56emja...@s.rendaw.me> skribis: > >> Bug 2: So is it appears disk-image won't build with an EFI bootloader. >> I'm guessing that qemu is run with a bios boot image here, which is why >> grub's using i386-pc. > Exactly: current

bug#35399: Guix System installer does not set up passwords

2019-04-25 Thread Ludovic Courtès
swedebugia skribis: > On 2019-04-25 00:51, Ludovic Courtès wrote: >> Ludovic Courtès skribis: >> Another option would be to have an activation snippet that runs when booting the newly installed system: if would check for a flag or something (it could check for uninitialized passwo

bug#35417: closed (Re: Tor Service)

2019-04-25 Thread Raghav Gururajan
Ah! That makes sense. Thank you! April 25, 2019 5:59 AM, "Julien Lepiller" wrote: > Le 25 avril 2019 11:24:27 GMT+02:00, Raghav Gururajan a > écrit : > >> In continuation to my previous email in this thread: >> >> For example, service "openssh-service-type" uses the package "openssh" >> and

bug#35417: closed (Re: Tor Service)

2019-04-25 Thread Julien Lepiller
Le 25 avril 2019 11:24:27 GMT+02:00, Raghav Gururajan a écrit : >In continuation to my previous email in this thread: > >For example, service "openssh-service-type" uses the package "openssh" >and the latter shows up in >my system packages list. But the doubt is; why service >"tor-service-type" w

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ludovic Courtès
Hi Ben, Ben Sturmfels skribis: > I was previously using a 24" Samsung external monitor with my X200 Guix > System via VGA. Since the switch to GDM, I no longer seem to be able > connect this monitor. When I do, the laptop screen just keeps flashing. So the GDM login screen never shows up, right

bug#35417: closed (Re: Tor Service)

2019-04-25 Thread Raghav Gururajan
In continuation to my previous email in this thread: For example, service "openssh-service-type" uses the package "openssh" and the latter shows up in my system packages list. But the doubt is; why service "tor-service-type" which uses the package "tor", doesn't show up in the system packages li

bug#35417: closed (Re: Tor Service)

2019-04-25 Thread Raghav Gururajan
DOUBT! I found the following in the guide: Data Type: tor-configuration tor (default: tor) The package that provides the Tor daemon. This package is expected to provide the daemon at bin/tor relative to its output directory. The default package is the Tor Project’s implementation. So the packa

bug#35380: disk-image fails to install efi grub

2019-04-25 Thread Ludovic Courtès
Hi rendaw, rendaw <7e9wc56emja...@s.rendaw.me> skribis: > Bug 2: So is it appears disk-image won't build with an EFI bootloader. > I'm guessing that qemu is run with a bios boot image here, which is why > grub's using i386-pc. Exactly: currently QEMU is run with a plain old BIOS, and not with th

bug#35395: GUIX website redirections are failing

2019-04-25 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > The fix is to send out real (HTTP 307/302) redirections, but the > problem might be that gnu.org won't let us. Exactly. Can anyone reproduce the problem, though? Both emacs-w3m and IceCat follow redirects just fine for me. That said, we should at least change

bug#35399: Guix System installer does not set up passwords

2019-04-25 Thread swedebugia
On 2019-04-25 00:51, Ludovic Courtès wrote: Ludovic Courtès skribis: Another option would be to have an activation snippet that runs when booting the newly installed system: if would check for a flag or something (it could check for uninitialized passwords), and if it determines it’s a first b

bug#35303:

2019-04-25 Thread Ricardo Wurmus
Closing. -- Ricardo