Re: GNOME minimal

2020-06-10 Thread Alexey Abramov
Pierre Neidhardt writes: > Looks like a bug in our gnome-keyring package definition. > Could you file this issue at bug-g...@gnu.org? Done. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41789 -- Alexey

Re: GNOME minimal

2020-06-10 Thread Pierre Neidhardt
Pierre Neidhardt writes: > The definition below builds in a system, I haven't tried booting it yet: Just tried it, it works! But Evince remains pulled in, I suspect because of gnome-default-applications. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: GNOME minimal

2020-06-09 Thread Pierre Neidhardt
Pierre Neidhardt writes: > A lighter system has the benefits of: > > - being easier on Internet bandwidth, > - updating faster. And obviously lighter and disk space! ;) -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: GNOME minimal

2020-06-09 Thread Alexey Abramov
Pierre Neidhardt writes: > Alexey Abramov writes: > >> Do you consider gnome-keyring to be a part of gnome-minimal? > > I would say yes, but that's debatable of course :p > >> If you do, gcr - gnome keyring prompter should also be added. > > Are you saying the

Re: GNOME minimal

2020-06-09 Thread Alexey Abramov
Hi Pierre, Do you consider gnome-keyring to be a part of gnome-minimal? If you do, gcr - gnome keyring prompter should also be added. -- Alexey

Re: GNOME minimal

2020-06-09 Thread Pierre Neidhardt
Thanks, Tobias! The definition below builds in a system, I haven't tried booting it yet: --8<---cut here---start->8--- (define-public gnome-minimal (package (inherit gnome) (name "gnome-minimal") (propagated-inputs

Re: GNOME minimal

2020-06-09 Thread Tobias Geerinckx-Rice
progresses. I don't think Guix should ship a ‘gnome-minimal’ package (nor am I fiercely opposed), but it makes sense to modify things like gnome-polkit-settings to handle only keys that are actually present and ignore #f. I presume that's what Pierre is doing right now; we'll see :-) Kind regards, T

Re: GNOME minimal

2020-06-09 Thread Tobias Geerinckx-Rice
Pierre, Pierre Neidhardt 写道: guix/ui.scm:1945:12: In procedure run-guix-command: Throw to key `match-error' with args `("match" "no matching pattern" #f)'. --8<---cut here---end--->8--- Any idea? My immediate thought is: #f is what (assoc-ref l

Re: GNOME minimal

2020-06-09 Thread Jonathan Brielmaier
On 09.06.20 14:21, Pierre Neidhardt wrote: > Hi! > > I've defined a minimal GNOME this way: > > --8<---cut here---start->8--- > (define-public gnome-minimal > (package > (inherit gnome) > (name "gnome-minimal&quo