Re: [PATCHES] Add wicd and wicd-service

2015-03-09 Thread Ludovic Courtès
"白い熊 @相撲道" skribis: > On 2015年3月9日 3:04:55 CET, Mark H Weaver wrote: >>> When running `sudo guix system reconfigure /etc/sysconfig.scm' I get: >> >>> >>> guix system: error: failed to load operating system file >>'/etc/sysconfig.scm': >>> ERROR: no code for module (gnu packages wicd) >>> >>> Thi

Re: [PATCHES] Add wicd and wicd-service

2015-03-08 Thread 白い熊
On 2015年3月9日 3:04:55 CET, Mark H Weaver wrote: >> When running `sudo guix system reconfigure /etc/sysconfig.scm' I get: > >> >> guix system: error: failed to load operating system file >'/etc/sysconfig.scm': >> ERROR: no code for module (gnu packages wicd) >> >> This after a `guix pull'. >> >> W

Re: [PATCHES] Add wicd and wicd-service

2015-03-08 Thread Mark H Weaver
白熊 writes: > On 2015年2月23日 15:32:44 CET, Daniel Pimentel wrote: >>On 2015-02-12 10:44, Mark H Weaver wrote: >>> Daniel Pimentel writes: >>> Guixs, I reconfigured my system with wicd. My config.scm (in /etc/config.scm): (use-modules (gnu)) (use-service-modules xorg networkin

Re: [PATCHES] Add wicd and wicd-service

2015-03-08 Thread 白熊
On 2015年2月23日 15:32:44 CET, Daniel Pimentel wrote: >On 2015-02-12 10:44, Mark H Weaver wrote: >> Daniel Pimentel writes: >> >>> Guixs, I reconfigured my system with wicd. My config.scm (in >>> /etc/config.scm): >>> (use-modules (gnu)) >>> (use-service-modules xorg networking dbus avahi) >>> (u

Re: [PATCHES] Add wicd and wicd-service

2015-02-23 Thread Daniel Pimentel
On 2015-02-12 10:44, Mark H Weaver wrote: Daniel Pimentel writes: Guixs, I reconfigured my system with wicd. My config.scm (in /etc/config.scm): (use-modules (gnu)) (use-service-modules xorg networking dbus avahi) (use-package-modules avahi wicd) ... (service (cons* (slim-service)

Re: [PATCHES] Add wicd and wicd-service

2015-02-12 Thread Ludovic Courtès
Mark H Weaver skribis: > * I added my user to the 'netdev' group in my os-configuration for the > first time I confirm that doing this allows said user to run wicd-gtk & co. Ludo’.

Re: [PATCHES] Add wicd and wicd-service

2015-02-12 Thread Mark H Weaver
Daniel Pimentel writes: > Guixs, I reconfigured my system with wicd. My config.scm (in > /etc/config.scm): > (use-modules (gnu)) > (use-service-modules xorg networking dbus avahi) > (use-package-modules avahi wicd) > ... > (service (cons* (slim-service) > (wicd-service) >

Re: [PATCHES] Add wicd and wicd-service

2015-02-12 Thread Daniel Pimentel
On 2015-02-04 22:22, Mark H Weaver wrote: Mark H Weaver writes: * Unless run as root, the user interfaces to configure wicd via dbus always fail. The wicd dbus configuration file is supposed to allow anyone in the 'netdev' group to access and configure the daemon, but this doesn't work.

Re: [PATCHES] Add wicd and wicd-service

2015-02-05 Thread Daniel Pimentel
On 2015-02-04 22:22, Mark H Weaver wrote: Mark H Weaver writes: * Unless run as root, the user interfaces to configure wicd via dbus always fail. The wicd dbus configuration file is supposed to allow anyone in the 'netdev' group to access and configure the daemon, but this doesn't work.

Re: [PATCHES] Add wicd and wicd-service

2015-02-04 Thread Mark H Weaver
Mark H Weaver writes: > * Unless run as root, the user interfaces to configure wicd via dbus > always fail. The wicd dbus configuration file is supposed to allow > anyone in the 'netdev' group to access and configure the daemon, but > this doesn't work. I could use some help debugging thi

Re: [PATCHES] Add wicd and wicd-service

2015-02-04 Thread Mark H Weaver
I've pushed these to master. Mark H Weaver writes: > Anyway, if you want to try this out, here's what you need to change in > your OS configuration: > > * (use-modules (gnu packages wicd) >(gnu services networking)) > * Add wicd to the list passed to 'dbus-service'. > * Add (wicd

Re: [PATCHES] Add wicd and wicd-service

2015-02-04 Thread Ludovic Courtès
Mark H Weaver skribis: > Mark H Weaver writes: > >> It mostly works, and I'm using it right now, but there are still some >> remaining issues: >> >> * Unless run as root, the user interfaces to configure wicd via dbus >> always fail. The wicd dbus configuration file is supposed to allow >>

Re: [PATCHES] Add wicd and wicd-service

2015-02-04 Thread Ludovic Courtès
Mark H Weaver skribis: > This preliminary patch set adds wicd and wicd-service. Yay! [...] > From 42884490782c9956912e1239f9cc71f72b921ba9 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Tue, 3 Feb 2015 23:35:42 -0500 > Subject: [PATCH 1/3] gnu: wpa-supplicant: Add dbus support; add >

Re: [PATCHES] Add wicd and wicd-service

2015-02-04 Thread Mark H Weaver
Mark H Weaver writes: > It mostly works, and I'm using it right now, but there are still some > remaining issues: > > * Unless run as root, the user interfaces to configure wicd via dbus > always fail. The wicd dbus configuration file is supposed to allow > anyone in the 'netdev' group to ac

[PATCHES] Add wicd and wicd-service

2015-02-04 Thread Mark H Weaver
Hello Guix, This preliminary patch set adds wicd and wicd-service. The first patch adds dbus support to wpa-supplicant, while preserving the lightweight wpa-supplicant without dbus under a different name: wpa-supplicant-light. The second patch adds the wicd package, although there are still some