Re: Clarifying blog post licensing

2022-01-28 Thread Gábor Boskovits
I agree. pelzflorian (Florian Pelz) ezt írta (időpont: 2022. jan. 27., Cs 18:35): > I agree. > > On Wed, Jan 26, 2022 at 10:24:11AM +0100, Ludovic Courtès wrote: > > Hello Guix! > > > > With a few exceptions, our blog posts do not have a license, which is > > not great as it prevents sharing

gwl-0.4.0 released [stable]

2022-01-28 Thread Ricardo Wurmus
We are pleased to announce the release of the GNU Guix Workflow Language version 0.4.0, representing 60 commits by one person that are the result of discussions among a number of helpful people on the #guix and #guix-hpc IRC channels on libera.chat and on the gwl-de...@gnu.org mailing list.

Re: disable suspend without user login

2022-01-28 Thread Vagrant Cascadian
On 2022-01-28, Attila Lendvai wrote: >> The first reply already says what you have to do, i.e. set those two > > my problem was that i didn't know how to run dbus-launch on Guix. > > the proper incantation on Guix is: > > $ guix install glib:bin xhost > $ xhost + > $ ll `which gsettings` > $ su -

Re: Return back original implementation for text-config serialization

2022-01-28 Thread Andrew Tropin
On 2022-01-27 00:04, Maxim Cournoyer wrote: > Hi Andrew, > > Andrew Tropin writes: > > [...] > >> Ludovic mentioned someday that nginx-configuration is problematic, but I >> highlighted the generic problems, which are applicable for many other >> guix service configurations. >> >> I discussed

Re: The way to promote GUIX package manager

2022-01-28 Thread Bengt Richter
On +2022-01-27 22:43:06 -0300, David Pirotte wrote: > > > ... > > What does "apt search guix" produce? > > (Nothing, on the puri.sm variant of debian. They maintain a custom > > pool based on debian minus what they want to exclude AIUI) > > fwiw, > > >

Re: disable suspend without user login

2022-01-28 Thread Attila Lendvai
> The first reply already says what you have to do, i.e. set those two my problem was that i didn't know how to run dbus-launch on Guix. the proper incantation on Guix is: $ guix install glib:bin xhost $ xhost + $ ll `which gsettings` $ su - # su --login gdm --shell `which bash` -bash-5.1$