Plover plugin manager not working

2023-06-29 Thread Matt
I use the plover package for input and its plugin manager stopped working sometime last month. I've been getting by without it (the base application loads and functions fine), occasionly trying to find the cause of the problem. Unfortunately, I've had no success fixing it. Going back in my pa

Re: Guix meetup at FOSSY?

2023-06-29 Thread Vagrant Cascadian
On 2023-06-29, Timothy Sample wrote: > The first FOSSY (Free and Open Source Yearly) conference is coming up in > two weeks! It’s being hosted in Portland, OR by the Software Freedom > Conservancy. > > I was looking over the schedule and I spotted a few familiar names from > the Guix community. W

Guix meetup at FOSSY?

2023-06-29 Thread Timothy Sample
Hi all, The first FOSSY (Free and Open Source Yearly) conference is coming up in two weeks! It’s being hosted in Portland, OR by the Software Freedom Conservancy. I was looking over the schedule and I spotted a few familiar names from the Guix community. Why don’t we plan a little Guix meetup?

Re: Branch (and team?) for mesa updates

2023-06-29 Thread John Kehayias
Hello again, On Mon, Jun 19, 2023 at 02:10 PM, John Kehayias wrote: > Hi everyone, > > With our move to a branching strategy for patches that require many > rebuilds, I would like to propose a branch for Mesa updates. Based on > how Mesa has been developed the last few years, there should be > fr

Re: modifying (rather than fully replacing) a build phases

2023-06-29 Thread John Kehayias
Hi Csepp, On Thu, Jun 29, 2023 at 02:30 AM, Csepp wrote: > > I think I've used assoc-ref to find the build phase I wanted and then > called it from something else. It's not super pretty, but it works. Yes, you can get phases from other build-systems, for instance, which is needed sometimes. Her

Re: Guix's python has pip's user dir in its loadpath

2023-06-29 Thread 宋文武
e...@beaver-labs.com writes: > Dear Guix devs, > > While working around this bug: > > https://issues.guix.gnu.org/63912 > > I found that guix's Python will load anything in > .local/lib/python3.10/site-packages/ over any installed package in the > current profile. This makes pip-installed package

Re: shepherd service, unexplained permission errors

2023-06-29 Thread Attila Lendvai
thank you Felix! the broken expectation from me was that users "have" a group and supplementar-groups (as suggested by the (user-account #:group ...) constructor), and if i specify the user to fork+exec-command, then it sets "its" group, too (i tried with and without specifying a #:group). in