Re: Changing user-account's shell

2019-04-19 Thread Ludovic Courtès
Hi Tanguy, Tanguy Le Carrour skribis: > Le 04/18, Ludovic Courtès a écrit : >> Tanguy Le Carrour skribis: >> > I'm trying to set my user's shell through the Guix configuration system, >> > but without success. >> > […] >> > (users (cons (user-account >> > ;; ... >> >

Re: help :guix lint error with mate package

2019-04-19 Thread Ludovic Courtès
Salut, Guy fleury skribis: > Est-ce que ce commit > 702c3c7dab87df674c3d6abc138805895b5d1d32 > > fix ce problème? Tout à fait ! Ludo’.

Re: Services and log management/monitoring

2019-04-19 Thread Ludovic Courtès
Hi, rendaw <7e9wc56emja...@s.rendaw.me> skribis: > I think fundamentally what I'd most like to know is when should I use a > Shepherd service vs a non-Shepherd service.  Maybe it's as simple as: if > you don't have any specific requirements always define a Shepherd service. It’s hard to answer t

Search for package output

2019-04-19 Thread mikadoZero
`guix package -s cargo` This does not return rust even though cargo is an output of rust. The manual says it looks at name, synopsis, or description. So this is not a surprise. Is there a way to search for programs that are an output of a package? I looked at "4.2 Invoking ‘guix package’" in the

Re: guix pull package output truncated

2019-04-19 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Would be nice if `guix pull --news` would take two optional arguments: > > OLD-COMMIT NEW-COMMIT I don’t think this should be in terms of commits, or it would be a very different tool (like Tobias writes, it would have to build/download these commits.) Rather, ‘gui

Re: National keyboard layout for Polish

2019-04-19 Thread Ludovic Courtès
Andreas Enge skribis: > On Thu, Apr 18, 2019 at 12:24:41PM -0700, Quiliro Ordonez wrote: >> /home/quiliro/desktop-full-dvorak.scm:72:12: error: >> set-xorg-configuration: unbound variable >> hint: Did you forget `(use-modules (gnu services xorg))'? >> >> (use-service-modules desktop) > > You pro

Re: Services and log management/monitoring

2019-04-19 Thread rendaw
On 4/19/19 9:09 PM, Ludovic Courtès wrote: > Hi, > > rendaw <7e9wc56emja...@s.rendaw.me> skribis: > >> I think fundamentally what I'd most like to know is when should I use a >> Shepherd service vs a non-Shepherd service.  Maybe it's as simple as: if >> you don't have any specific requirements alwa

Re: Changing user-account's shell

2019-04-19 Thread Tanguy Le Carrour
Le 04/19, Pierre Neidhardt a écrit : > Tanguy Le Carrour writes: > > Unfortunately, calling Fish from Bash is not really sexy! This is what I > > do on systems where I cannot set my default shell and I don't like to have > > to > > do one extra ctrl+d to close a terminal. ^_^' > > You would not,

Re: Changing user-account's shell

2019-04-19 Thread Tanguy Le Carrour
Le 04/19, Ludovic Courtès a écrit : > Tanguy Le Carrour skribis: > > Le 04/18, Ludovic Courtès a écrit : > >> Tanguy Le Carrour skribis: > >> > I'm trying to set my user's shell through the Guix configuration system, > >> > but without success. > >> > […] > > Bug or feature?! > > I say “feature”

Re: Search for package output

2019-04-19 Thread swedebugia
mikadoZero skrev: (19 april 2019 13:56:21 CEST) >`guix package -s cargo` >This does not return rust even though cargo is an output of rust. The >manual says it looks at name, synopsis, or description. So this is not >a surprise. > >Is there a way to search for programs that are an output of a pack

ungoogled-chromium

2019-04-19 Thread Mason Hock
Hi, I see that ungoogled-chromium is included in the guix repo. I was wondering if you were aware of these licensing issues[1] in Chromium and have determined that they are either not a FSDG issue or not present in ungoogled-chromium. Thanks, Mason [1] https://bugs.chromium.org/p/chromium/issue

Re: ungoogled-chromium

2019-04-19 Thread beoram
I can't say I've been successful in installing ungoogled-chromium on Guix in any case. -- Dr Benjamin Slade - https://babbagefiles.xyz `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19)) '(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org )

Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner

2019-04-19 Thread Raghav Gururajan
Hello Mark! System reconfigure went smooth for fprint. Thanks a lot. Anyway, how do I actually enable the fprint scanner for authentication puposes like login etc? Thanks! Regards,RG.On Thu, 2019-04-18 at 04:54 +, Raghav Gururajan wrote: > Hello Mark! > That is so great to hear. I will try it a

Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner

2019-04-19 Thread Raghav Gururajan
Hello T-G-R! Sorry for the late reply. Based on the conversation between me and Mark, the fprintd now works. You will have to add "(gnu services authentication)" in "use-modules" and "(service fprintd-service-type)" in "services"; of system config. Regards,RG.On Sun, 2019-04-14 at 21:05 +0200, Tobi