Re: Has anyone ever used kmscon successfully

2018-12-16 Thread Mathieu Othacehe
Hi John, I built the new GuixSD installer upon kmscon. It works pretty well and is a good alternative to raw linux VT's in my opinion. > (modify-services > %desktop-services > ('kmscon c => (kmscon-configuration (virtual-terminal > "tty8")) modify-services implie

Re: Has anyone ever used kmscon successfully

2018-12-16 Thread John Soo
Thanks! I have a lot to learn about services! Seems nice so far. Do you know if there will be any more development on kmscon or is it only in maintenance? Works like a charm. - John > On Dec 16, 2018, at 2:33 AM, Mathieu Othacehe wrote: > > > Hi John, > > I built the new GuixSD installe

Re: Lock screen gnome

2018-12-16 Thread Peter Baumgarten
Thank you both. I'm glad it is not a mistake I did. I would like to fix the GDM bug(s) but right now I do not know scheme nor do I know much about how GDM, X, and Wayland work. I am learning scheme from this book though. https://mitpress.mit.edu/sites/default/files/sicp/index.html On Sun, Dec

Re: static-networking-service

2018-12-16 Thread George Clemmer
Julien Lepiller writes: > static-networking-service is also limited to IPv4. I wanted to > configure an > IPv6 address, so I quickly wrote a service for this: > (define (iproute2-shepherd-service config) > (list (shepherd-service > (documentation "Run the iproute2 network service") >

Re: static-networking-service

2018-12-16 Thread George Clemmer
Ricardo Wurmus writes: > The static-networking-service currently does not support setting up > bonding or bridges. It’s something I need for berlin.guixsd.org, > actually, so I’d be very happy to see this implemented :) Hi Ricardo, Is this still an outstanding wish? TIA - George

Re: static-networking-service

2018-12-16 Thread Ricardo Wurmus
Hi George, > Ricardo Wurmus writes: > >> The static-networking-service currently does not support setting up >> bonding or bridges. It’s something I need for berlin.guixsd.org, >> actually, so I’d be very happy to see this implemented :) > > Hi Ricardo, > > Is this still an outstanding wish?

Re: Has anyone ever used kmscon successfully

2018-12-16 Thread Mathieu Othacehe
Hello John, > I have a lot to learn about services! Seems nice so far. Do you know if > there will be any more development on kmscon or is it only in maintenance? The original author David Herrmann seems to have stop kmscon developments in 2014. Guix now uses the forked kmscon package hoste