Re: Stumpwm and config.scm

2017-02-19 Thread Daniel Pimentel (d4n1)
Guile-wm work too :)On Feb 19, 2017 11:01 AM, "Daniel Pimentel (d4n1)" 
 wrote:
>
> Thanks Jan,
>
> it' works :)
>
> I'll try with guile-wm.
>
> Happy hacking,On Feb 19, 2017 10:21 AM, Jan Nieuwenhuizen  
> wrote:
> >
> > Daniel Pimentel (d4n1) writes: 
> >
> > > I add lisp and sbcl-stumpwm in my config.scm but stump binary not 
> > > exist. So it works if I installed sbcl-stumpwm:bin with normal user. 
> > > 
> > > I tried put sbcl-stumpwm: bin in my config but there's an error. I 
> > > didn't put sbcl-stumpwm in my config.scm but I installed sbcl-stumpwm: 
> > > bin and it works. 
> >
> > Yes, in (packages ... I have 
> >
> >   sbcl-stumpwm 
> >   (list sbcl-stumpwm "bin") 
> >
> > I don't know much about the common-lisp environment; I have no clue 
> > whether this is silly or logical.  It seems that setting up a REPL for 
> > lisp is also possible or has to with our stumpwm package or with our 
> > sbcl package...I'd much rather put effort in getting guile-wm to 
> > work... 
> >
> > Confused greetings, 
> > --janneke 
> >
> > -- 
> > Jan Nieuwenhuizen  | GNU LilyPond http://lilypond.org 
> > Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  


Re: Stumpwm and config.scm

2017-02-19 Thread Daniel Pimentel (d4n1)
Great Huang,

Another way :)On Feb 19, 2017 11:13 AM, "Huang, Ying" 
 wrote:
>
> "Daniel Pimentel (d4n1)"  writes: 
>
> > Guixs, 
> > 
> > I add lisp and sbcl-stumpwm in my config.scm but stump binary not exist. So 
> > it works if I installed sbcl-stumpwm:bin with normal user. 
> > 
> > I tried put sbcl-stumpwm: bin in my config but there's an error. I didn't 
> > put sbcl-stumpwm in my config.scm but I installed sbcl-stumpwm: bin and it 
> > works. 
>
> I have ever used 
>
> (specification->package+output "sbcl-stumpwm:bin") 
>
> in my config.scm. 
>
> Best Regards, 
> Huang, Ying 
>


Re: Stumpwm and config.scm

2017-02-19 Thread Daniel Pimentel (d4n1)
Thanks Jan,

it' works :)

I'll try with guile-wm. 

Happy hacking,On Feb 19, 2017 10:21 AM, Jan Nieuwenhuizen  
wrote:
>
> Daniel Pimentel (d4n1) writes: 
>
> > I add lisp and sbcl-stumpwm in my config.scm but stump binary not 
> > exist. So it works if I installed sbcl-stumpwm:bin with normal user. 
> > 
> > I tried put sbcl-stumpwm: bin in my config but there's an error. I 
> > didn't put sbcl-stumpwm in my config.scm but I installed sbcl-stumpwm: 
> > bin and it works. 
>
> Yes, in (packages ... I have 
>
>   sbcl-stumpwm 
>   (list sbcl-stumpwm "bin") 
>
> I don't know much about the common-lisp environment; I have no clue 
> whether this is silly or logical.  It seems that setting up a REPL for 
> lisp is also possible or has to with our stumpwm package or with our 
> sbcl package...I'd much rather put effort in getting guile-wm to 
> work... 
>
> Confused greetings, 
> --janneke 
>
> -- 
> Jan Nieuwenhuizen  | GNU LilyPond http://lilypond.org 
> Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  


Stumpwm and config.scm

2017-02-19 Thread Daniel Pimentel (d4n1)
Guixs,

I add lisp and sbcl-stumpwm in my config.scm but stump binary not exist. So it 
works if I installed sbcl-stumpwm:bin with normal user.

I tried put sbcl-stumpwm: bin in my config but there's an error. I didn't put 
sbcl-stumpwm in my config.scm but I installed sbcl-stumpwm: bin and it works.

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" > ~/.xinitrc 
>
> “~/.xinitrc” must be executable: 
>
>    chmod +x ~/.xinitrc 
>
> I just installed stumpwm and I’m currently trying to make hacking with 
> Emacs+SLIME work.  So far unsuccessfully. 
>
> -- 
> Ricardo 
>
> GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC 
> http://elephly.net 
>


Happy new hacking

2016-12-30 Thread Daniel Pimentel (d4n1)
Happy new hacking Guix!

The GuixSD 0.12 with LUKS was a gifts for me :)

Happy new hacking,

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 .xession or .xinitrc
>
> Thanks,On Dec 27, 2016 11:25 PM, "Daniel Pimentel (d4n1)"  
> wrote:
> >
> > 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 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) (gnu system nss)) 
> > > > (use-service-modules desktop) (use-package-modules wm 
> > > > sbcl-stumpwm certs) 
> > >
> > > It looks like the sbcl-stumpwm package is in (gnu packages lisp). If you 
> > > replace `sbcl-stumpwm` with `lisp` here it should be able to find it 
> > > (ie. `(use-package-modules wm lisp certs)`). 


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, 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 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) (gnu system nss)) 
> > > (use-service-modules desktop) (use-package-modules wm 
> > > sbcl-stumpwm certs) 
> >
> > It looks like the sbcl-stumpwm package is in (gnu packages lisp). If you 
> > replace `sbcl-stumpwm` with `lisp` here it should be able to find it 
> > (ie. `(use-package-modules wm lisp certs)`). 


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 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) (gnu system nss)) 
> > (use-service-modules desktop) (use-package-modules wm 
> > sbcl-stumpwm certs) 
>
> It looks like the sbcl-stumpwm package is in (gnu packages lisp). If you 
> replace `sbcl-stumpwm` with `lisp` here it should be able to find it 
> (ie. `(use-package-modules wm lisp certs)`). 


Re: GNU Guix & GuixSD 0.12.0 released

2016-12-22 Thread Daniel Pimentel (d4n1)
I installed ratpoison with root encrypted partition and it's work!

Thanks,On Dec 22, 2016 1:23 PM, Maxim Cournoyer  
wrote:
>
>
> Thanks for the release, Ricardo! 
>
> Maxim 
>


Re: GuixSD not build

2016-12-21 Thread Daniel Pimentel (d4n1)
Today I installed the GuixSD again and it works! The problem was with version 
0.11 when it not build some packages. But now all work well.

Thanks and I'm sorry for it.

Sorry for image size.On Dec 20, 2016 11:05 AM, l...@gnu.org wrote:
>
> Hi Daniel, 
>
> "Daniel Pimentel (d4n1)"  skribis: 
>
> > I tried install guixsd recently and all time there are errors about build 
> > (printscreen attached). I tried with: 
> > -guix system init ... 
> > -guix system init --fallback ... 
> > 
> > Note: my network works. I tried with desktop.scm and 
> > lightweight-desktop.scm too. 
>
> Looks like you sent too big an attachment.  Could you shrink it so that 
> it takes at most 500KB? 
>
> TIA! 
>
> Ludo’. 


GuixSD not build

2016-12-20 Thread Daniel Pimentel (d4n1)
GNUs,

I tried install guixsd recently and all time there are errors about build 
(printscreen attached). I tried with:
-guix system init ...
-guix system init --fallback ...

Note: my network works. I tried with desktop.scm and lightweight-desktop.scm 
too.

Thanks,

Re: suggested edit to installation instructions

2016-12-18 Thread Daniel Pimentel (d4n1)
I always add in my config.SCM
Thanks,
On Dec 18, 2016 7:22 PM, David Braun  wrote:I followed the installation instructions here: https://www.gnu.org/software/guix/manual/html_node/Preparing-for-Installation.html#Preparing-for-Installation.Compilation stopped in the middle because I hadn't allocated sufficient RAM.I suggest adding the command 'swapon /dev/sda2' below 'mkswap /dev/sda2'.Cheers,David