Re: You're invited to the first patch review session!

2024-02-22 Thread Vivien Kraus
Hello! Le jeudi 22 février 2024 à 15:53 -0800, Vagrant Cascadian a écrit : > On 2024-02-22, Steve George wrote: > > We're going to run some online patch review sessions. The first one > > is on *Thursday, 7th March* and you can sign-up here: > > > >   https://libreplanet.org/wiki/Group:Guix/Patch

Re: You're invited to the first patch review session!

2024-02-22 Thread Vagrant Cascadian
On 2024-02-22, Steve George wrote: > We're going to run some online patch review sessions. The first one is on > *Thursday, 7th March* and you can sign-up here: > > https://libreplanet.org/wiki/Group:Guix/PatchReviewSessions2024 Hoping to make it for some of these, thanks for doing it! One sma

You're invited to the first patch review session!

2024-02-22 Thread Steve George
Hi We're going to run some online patch review sessions. The first one is on *Thursday, 7th March* and you can sign-up here: https://libreplanet.org/wiki/Group:Guix/PatchReviewSessions2024 The background is that Guix has many fantastic contributions that are waiting to be reviewed and added

Re: [question] How to start systemd services installed by packages in Ubuntu?

2024-02-22 Thread Rodrigo Morales
(I'm sending this message again because it seems I replied to you but not to the mailing list so that this message gets to the mailing list archive, pardon for sending it twice) Nils Landt writes: > Yes. In ~/.config/systemd/user.conf (file probably doesn't exist yet): > > [Manager] > ManagerEnv

Re: mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Felix Lechner via
Hi, > you can find it here > I've attached my mbsync service > I just run mbsync as an mcron service. > +1! I also run it using mcron. > In my home services I have this: > I'm doing something similar First off, thanks for all your responses so far! On Thu, Feb 22 2024, Emmanuel Beffara wrote: >

Re: mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Emmanuel Beffara
Hi, De Tanguy LE CARROUR le 22/02/2024 à 14:51: > Quoting Emmanuel Beffara (2024-02-22 13:37:10) > > I recently noticed an issue with that: it seems that the command in the > > mcron > > job is called with an incomplete PATH. > > Yes, indeed. > > The "problem" was discussed, among other places,

Re: mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Tanguy LE CARROUR
Hi Emmanuel, Quoting Emmanuel Beffara (2024-02-22 13:37:10) > De Carlo Zancanaro le 22/02/2024 à 10:27: > > On Wed, Feb 21 2024, Felix Lechner via wrote: > > > Does anyone have an 'mbsync' home service, please? Thanks! > > I just run mbsync as an mcron service. I have a custom script, because I >

mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Emmanuel Beffara
Hello, De Carlo Zancanaro le 22/02/2024 à 10:27: > On Wed, Feb 21 2024, Felix Lechner via wrote: > > Does anyone have an 'mbsync' home service, please? Thanks! > > I just run mbsync as an mcron service. I have a custom script, because I > do some weird stuff to update my mu index afterwards, but

Re: [question] How to start systemd services installed by packages in Ubuntu?

2024-02-22 Thread Nils Landt
> Rodrigo Morales hat am 22.02.2024 03:17 CET > geschrieben: > > 1. Is using systemd user services for packages, that are installed >through =guix package -i=, the way how daemons are intended to be >started in Ubuntu? I'm guessing the expected usage is to write a shepherd service. Look

Re: Home service for mbsync?

2024-02-22 Thread Miguel Ángel Moreno
On February 21, 2024 9:47:59 PM GMT+01:00, Felix Lechner via wrote: >Hi, > >Does anyone have an 'mbsync' home service, please? Thanks! > >Kind regards >Felix > At RDE we have a home-isync-service-type[1] to synchronize IMAP maildirs and a home-goimapnotify-service-type[2] to listen to events

Re: Home service for mbsync?

2024-02-22 Thread Tanguy LE CARROUR
Hi, Quoting Carlo Zancanaro (2024-02-22 10:27:35) > On Wed, Feb 21 2024, Felix Lechner via wrote: > > Does anyone have an 'mbsync' home service, please? Thanks! > > I just run mbsync as an mcron service. I have a custom script, because I > do some weird stuff to update my mu index afterwards, bu

Re: Home service for mbsync?

2024-02-22 Thread Carlo Zancanaro
On Wed, Feb 21 2024, Felix Lechner via wrote: > Does anyone have an 'mbsync' home service, please? Thanks! I just run mbsync as an mcron service. I have a custom script, because I do some weird stuff to update my mu index afterwards, but it shouldn't be hard to figure out how to call mbsync direct

Re: Home service for mbsync?

2024-02-22 Thread Efraim Flashner
On Wed, Feb 21, 2024 at 12:47:59PM -0800, Felix Lechner via wrote: > Hi, > > Does anyone have an 'mbsync' home service, please? Thanks! > I've attached my mbsync service, but I have to load it from the CLI after logging in since it hangs the shepherd process when I try to include it in my home c

Re: Home service for mbsync?

2024-02-22 Thread Saku Laesvuori
> Does anyone have an 'mbsync' home service, please? Thanks! I use a service that combines mbsync and imapnotify. It's not quite ready yet (the code could be cleaner and it should provide a way to sync all mailboxes manually) but it's attached if you want to take a look. (define-module (mailsync)