Re: GuixSD + StumpWM

2017-01-14 Thread Daniel Pimentel (d4n1)
Yes, it's work now. Thanks,On Jan 14, 2017 7:18 PM, Ricardo Wurmus wrote: > > > Daniel Pimentel (d4n1) writes: > > > Yes, it's works, thanks. > > > > I did install but now there's another problem: login. > > I did in my home following stumpwm docs: > > echo > "exec sbcl-stumpwm" > ~/.xinitr

Re: GuixSD + StumpWM

2017-01-14 Thread Ricardo Wurmus
Daniel Pimentel (d4n1) writes: > Yes, it's works, thanks. > > I did install but now there's another problem: login. > I did in my home following stumpwm docs: > echo > "exec sbcl-stumpwm" > ~/.xinitrc “~/.xinitrc” must be executable: chmod +x ~/.xinitrc I just installed stumpwm and I’m cur

Re: GuixSD + StumpWM

2016-12-28 Thread Daniel Pimentel
I posted about it in my blog[1]: d4n1.org/guixsd.html [1] Developed with Haunt (thanks David) :) --- Daniel Pimentel (d4n1) On 2016-12-27 21:50, Daniel Pimentel wrote: Guixs, I'm trying use StumpWM in my config.scm but there's code for module: guix system: error: failed to load '/etc/config.

Re: GuixSD + StumpWM

2016-12-27 Thread Daniel Pimentel (d4n1)
*guix package -i sbcl-stumpwm: binOn Dec 28, 2016 12:02 AM, "Daniel Pimentel (d4n1)" wrote: > > It's work now! > > I put lisp module and add sbcl-stumpwm in my config. But the stumpwm binary > not appears so I install it in my guix profile: > guix package -I sbcl-stumpwm > > Note: only work with

Re: GuixSD + StumpWM

2016-12-27 Thread Daniel Pimentel (d4n1)
It's work now! I put lisp module and add sbcl-stumpwm in my config. But the stumpwm binary not appears so I install it in my guix profile: guix package -I sbcl-stumpwm Note: only work with .xession or .xinitrc Thanks,On Dec 27, 2016 11:25 PM, "Daniel Pimentel (d4n1)" wrote: > > Yes, it's works

Re: GuixSD + StumpWM

2016-12-27 Thread Daniel Pimentel (d4n1)
Yes, it's works, thanks. I did install but now there's another problem: login. I did in my home following stumpwm docs: echo > "exec sbcl-stumpwm" > ~/.xinitrc But not start stumpwm :(On Dec 27, 2016 10:13 PM, Carlo Zancanaro wrote: > > On Wed, Dec 28 2016, Daniel Pimentel wrote > > I'm tryi

Re: GuixSD + StumpWM

2016-12-27 Thread Carlo Zancanaro
On Wed, Dec 28 2016, Daniel Pimentel wrote I'm trying use StumpWM in my config.scm but there's code for module: guix system: error: failed to load '/etc/config.scm': ice-9/boot-9.scm:2870:6: In procedure resolve-interface: ice-9/boot-9.scm:2870:6: no code for module (gnu packages sbcl-stumpw

Re: GuixSD + StumpWM

2016-12-27 Thread Leo Famulari
On Tue, Dec 27, 2016 at 09:50:47PM -0300, Daniel Pimentel wrote: > Guixs, > > I'm trying use StumpWM in my config.scm but there's code for module: > > guix system: error: failed to load '/etc/config.scm': > ice-9/boot-9.scm:2870:6: In procedure resolve-interface: > ice-9/boot-9.scm:2870:6: no cod

GuixSD + StumpWM

2016-12-27 Thread Daniel Pimentel
Guixs, I'm trying use StumpWM in my config.scm but there's code for module: guix system: error: failed to load '/etc/config.scm': ice-9/boot-9.scm:2870:6: In procedure resolve-interface: ice-9/boot-9.scm:2870:6: no code for module (gnu packages sbcl-stumpwm) My config.scm: (use-modules (gnu) (g