Re: Guix Home: SSH won't ask for GPG password

2023-10-05 Thread Maxim Cournoyer
Hi, Caleb Herbert writes: > Guix System. > > In home-configuration.scm: > (service home-gpg-agent-service-type > (home-gpg-agent-configuration > (pinentry-program > (file-append pinentry-gnome3 "/bin/pinentry")) > (ssh-support?

Re: Evolution can't connect to mail server

2023-10-05 Thread Caleb Herbert
Luis Felipe wrote .. > As Roman suggests, installing the package "evolution-data-server" should > fix the problem. I added "evolution-data-server" to my list of packages in my home configuration and got an error while trying to reconfigure: Loading /gnu/store/2hwp7i1xn24rlsnwmcc8hpbdynznv4an-sh

Re: Evolution can't connect to mail server

2023-10-05 Thread Luis Felipe
Hi Caleb, El 5/10/23 a las 16:29, Caleb Herbert escribió: Guix System, GNOME. Configured email in Settings > Online Accounts > IMAP and SMTP. Launched Evolution. Set up email with startup wizard. Error: The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files

Re: Evolution can't connect to mail server

2023-10-05 Thread Roman Riabenko via
У чт, 2023-10-05 у 09:29 -0700, Caleb Herbert пише: > Guix System, GNOME. > > Configured email in Settings > Online Accounts > IMAP and SMTP. > > Launched Evolution. Set up email with startup wizard. > > Error: > > The name org.gnome.evolution.dataserver.Sources5 was not provided by > any .ser

Re: share guix and its store between distributions

2023-10-05 Thread Daniel Littlewood
Hi Emmanuel, Do you expect to share exactly the same packages in Debian vs guix, or just an overlapping subset? I assume that if the packages are the same, and they're building the same versions, then the hash identifying them should be the same, and guix should refrain from rebuilding the packag

Re: share guix and its store between distributions

2023-10-05 Thread Felix Lechner via
Hi Emmanual, On Thu, Oct 05 2023, Emmanuel Beffara wrote: > Is there a proper way to make that work? Or is it a bad idea? I used Debian for twenty-five years and switched to GNU Guix eighteen months ago. I see no reason to run both, but I also like being at the frontier. Why do you need Debian?

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-05 Thread jgart
Some prescriptive logging documentation for inspiration: https://textual.textualize.io/guide/devtools/#increasing-verbosity

share guix and its store between distributions

2023-10-05 Thread Emmanuel Beffara
Hello Guix, Is there a way to share Guix and its store between several distributions? My situation is that I have a Guix system installed as my main system, but I would like to install another distribution on the same machine (a current Debian, specifically) and use Guix as a package manager ther

Re: Store file names / how to intern files in subdirectory?

2023-10-05 Thread Saku Laesvuori
> [...] > I understand it makes no sense to try to get > /gnu/store/greenclip.service, but would it be possible to achieve > /gnu/store/pznbc8xxhfkwxjbaff9h982cy4df1y1a-greenclip.service/some-directory/greenclip.service? > Or are files always saved at the "top level" of the store? It is possible w