bug#35303:

2019-04-24 Thread Luther Thompson
On Wed, 2019-04-24 at 11:09 +1000, Ben Sturmfels wrote: > On Wed, 17 Apr 2019, Luther Thompson wrote: > > > unsubscribe > > Hi Luther, > > You'll probably want to unsubscribe from the mailing list here: > https://lists.gnu.org/mailman/options/bug-guix Thanks,

bug#35267: Evolution

2019-04-16 Thread Luther Thompson
On Tue, 2019-04-16 at 00:41 -0400, Timothy Sample wrote: > It looks like Evolution is asking D-Bus about Evolution Data Server > (specifically its “Sources5” service). Unfortunately, D-Bus can’t > find > this service. > > It could be that you need to install “evolution-data-server” in your >

bug#35267: Evolution

2019-04-15 Thread Luther Thompson
On Mon, 15 Apr 2019 21:40:18 +0200 Ludovic Courtès wrote: > "The Philosopher" skribis: > > > While adding account, evolution is throwing error "The name > > org.gnome.evolution.dataserver.Sources5 was not provided by any > > .service files". > > Can you explain the actions you took to reach

bug#35175: Cannot reconfigure

2019-04-08 Thread Luther Thompson
On Mon, 8 Apr 2019 12:54:14 +0200 Danny Milosavljevic wrote: > The reason for the error Luther encountered is because something is > up with the gdm service. > > And that's because of > > (extend params (compose extensions))) > > And I guess the extension/composition

bug#35175: Cannot reconfigure

2019-04-07 Thread Luther Thompson
On Sun, 07 Apr 2019 18:25:58 +0200 Ludovic Courtès wrote: > Hi Luther, > > Luther Thompson skribis: > > > In gnu/services.scm: > >787:37 1 (loop #< type: # > > val…>) In unknown file: > >0 (car ()) > > > > ERROR: In proc

bug#35175: Cannot reconfigure

2019-04-07 Thread Luther Thompson
On Sun, 07 Apr 2019 08:15:53 + zna...@disroot.org wrote: > I think your guix files are old but your config needs new version. > Have you performed `guix pull && guix package -u` first? I run `sudo guix pull` every day that I reconfigure, and it works. I don't think it makes sense to run

bug#35175: Cannot reconfigure

2019-04-06 Thread Luther Thompson
On Sat, 06 Apr 2019 20:44:45 + zna...@disroot.org wrote: > This is not a bug, but your config is wrong here: > > (file-systems >(cons > (file-system (device "my-root") >(mount-point "/") >(type "ext4") >(title 'label)) >

bug#35175: Cannot reconfigure

2019-04-06 Thread Luther Thompson
uot;) (title 'label)) %base-file-systems)) ;; Needed to connect to a phone. (groups (cons (user-group (name "adbusers") (system? #t)) %base-groups)) (users (cons (user-account (name "luther") (comment "Luther Thompson") (group "users&q

bug#35064: gnome-desktop-service-type does not work

2019-03-31 Thread Luther Thompson
On Sun, 31 Mar 2019 20:35:42 -0400 (EDT) Jack Hill wrote: > On Sun, 31 Mar 2019, Luther Thompson wrote: > > > When doing a reconfigure, I got this message: > > > > /home/luther/config.scm:60:10: warning: 'gnome-desktop-service' is > > deprecated, use 'gnome

bug#35064: gnome-desktop-service-type does not work

2019-03-31 Thread Luther Thompson
When doing a reconfigure, I got this message: /home/luther/config.scm:60:10: warning: 'gnome-desktop-service' is deprecated, use 'gnome-desktop-service-type' instead So I changed (gnome-desktop-service) to (gnome-desktop-service-type) and got this error: guix system: error: failed to load

bug#34236: scons does not run

2019-01-29 Thread Luther Thompson
On Tue, 29 Jan 2019 09:35:19 +0100 Ricardo Wurmus wrote: > I guess we’ll also need to patch > “lib/scons/SCons/Platform/__init__.py” in the same manner then. > > Could you tell me how I should run scons to reproduce this issue? (I > don’t know anything about scons.) Sure. I'll post the

bug#34236: scons does not run

2019-01-28 Thread Luther Thompson
On Mon, 28 Jan 2019 20:11:37 +0100 Ricardo Wurmus wrote: > Luther Thompson writes: > > > scons refuses to run on my system. When I run it with or without a > > SConscript file, I get this error message:[…] > > This should now be fixed with commit ad34338d1. I'm stil

bug#33496: Guix pull failing to compute derivation

2018-11-25 Thread Luther Thompson
I'm having the same problem as Brett Gilio with Guix commit d22ba64276c0bbacb77d0670635f67f053a16c6b. Luther

bug#33189: Touchpad tap

2018-10-28 Thread Luther Thompson
On Mon, 29 Oct 2018 01:44:45 +0100 Tobias Geerinckx-Rice wrote: > Here's what I use: > > Section \"InputClass\" >Identifier \"Touchpads\" >Driver \"libinput\" >MatchDevicePath \"/dev/input/event*\" >MatchIsTouchpad \"on\" > >Option \"DisableWhileTyping\" \"on\" >

bug#33189: Touchpad tap

2018-10-28 Thread Luther Thompson
On Sun, 28 Oct 2018 21:02:27 +0100 Pierre Neidhardt wrote: > Hi! > > Consult the manual, "(guix) X Window". There is an example near the > end: > > --8<---cut here---start->8--- > (define bepo-evdev > "Section \"InputClass\" >