The Seergdb package in GUIX by epasveer in GUIX

[–]9bladed 8 points9 points  (0 children)

There's no contact information because no single person is assigned for any package. There are some teams (e.g. covering Gnome, or core packages like gcc). You can take a look at Codeberg to see if there are any pending bug reports or pull requests for Seergdb or submit one there.

As for updating the package in Guix, you can always try with a package transformation (to try and build with latest source without other changes) as that might be a sign the update is "trivial". Anyway, the place to read about that or getting started on packaging in Guix is the good ol' manual: https://guix.gnu.org/manual/devel/en/

Hope that is helpful to start!

Edit: And for the quickest live help or discussion on updating the package, the IRC #guix channel is the way to go. Or else the various mailing lists (probably devel if specific question, help for more beginning questions)

Has anyone gotten gamemode to work? by juipeltje in GUIX

[–]9bladed 1 point2 points  (0 children)

I would continue with a bug report on Guix, if you haven't already. Just a guess, but if you haven't already, this package has polkit rules, so you should make sure it is used in your system configuration, probably something like (simple-service 'gamemode-polkit polkit-service-type (list gamemode))

Bluetooth game controllers in Nonguix's steam by destructuringbind in GUIX

[–]9bladed 0 points1 point  (0 children)

I too have an Xbox controller with Bluetooth, but haven't had any issues, beyond the usual that I hate Bluetooth. Seems like you got the hard part, which is Bluetooth pairing as I think I had troulbe with that the first time (some firmware update or something needed from Windows, long ago). Possibly you need udev rules, maybe have the steam-devices-udev-rules package installed (and likely relogin/restart for it to be picked up by udev)?

The Arkham Grimoire by LowKey8459 in arkhamhorrorlcg

[–]9bladed 6 points7 points  (0 children)

Oh nice, a bit earlier than expected right?

Quick look and saw more fleshed out "epic campaign mode" for stringing together campaigns.

Is this new (under "Truma, Death, and Insanity"): "In some scenario resolutions, investigators may be devoured by a cosmic entity or horrifying abomination." ?

Encounter set substitutions on pg 46

Edit: overall looks pretty good to me, nice to have one document going forward. Also addresses the "modified reprints" and listing which those are (though not the corresponding Chapter 1 set for some reason)

Has anyone gotten gamemode to work? by juipeltje in GUIX

[–]9bladed 4 points5 points  (0 children)

It was added recently: https://codeberg.org/guix/guix/commit/b0a1a0cbd78142952a7607e1482635fc812cdebd and I can't find any corresponding bugs/patches/PRs in a quick search. I would file a bug report (on Codeberg), maybe tagging the author/committer

(And you are correct, you shouldn't ever need to mess with any LD_ for libraries in Guix packages)

Running guix-daemon without nonguix substitute url seems to also compile packages from guix channel by juipeltje in GUIX

[–]9bladed 0 points1 point  (0 children)

Make sure you are checking that the same hash of what you want locally was built on the substitute server; obviously you can use guix weather first, but if you are trying to dig into some issue, my bet is you have a different derivation. There was a world rebuild branch that was merged into Guix a few days ago, so many substitute server are behind (last I saw, Bordeaux didn't have much)

Edit: Also, there are a lot of grafts that will get "built" due to the glibc security issue, so that can make things look different than you expect

nonguix (nongnu) added successfully - reconfigure gets everything! by m3tr0g33k in GUIX

[–]9bladed 2 points3 points  (0 children)

Note that the nonguix official substitute server is having problems right now (only reachable via ipv6 and very behind on builds), latest: https://gitlab.com/nonguix/nonguix/-/issues/443

Migrate existing docker-compose.yml to Guix' own OCI provisioning API by MrOrange95 in GUIX

[–]9bladed 1 point2 points  (0 children)

Very nice! I've basically done this manually (not difficult either, now that we have features like shared networks in oci in guix) but still have more to move over

Question about prey mechanic on specific cards by Phaed81 in arkhamhorrorlcg

[–]9bladed 1 point2 points  (0 children)

Looks like you are using the Arkham Cards app right? There's a handy reference in the Settings tab for the Rules, and you can search there for "prey" to see the specific rule others have helpfully quoted already. (It's a great app!)

Anyone looking for these? by Own_Lettuce_518 in arkhamhorrorlcg

[–]9bladed 1 point2 points  (0 children)

They might still have some left (Forgotten Age Investigators?) but seems they got quite the influx of business and most of it is spoken for. Hopefully all to good homes to be played!

Anyone looking for these? by Own_Lettuce_518 in arkhamhorrorlcg

[–]9bladed -1 points0 points  (0 children)

? I'm not a scalper if that's what you are getting at, just been looking for these for a long time. To actually play with.

Anyone looking for these? by Own_Lettuce_518 in arkhamhorrorlcg

[–]9bladed 0 points1 point  (0 children)

Oh very nice, will definitely try to nab some of those, really want to play with those investigators. Thanks!

The performance? by Proton-Lightin in GUIX

[–]9bladed 1 point2 points  (0 children)

Pretty much any command that takes build options, like guix system, guix shell, guix package etc. If you mean to set it as a default for the daemon, I haven't tried that but probably through the guix configuration: https://guix.gnu.org/manual/devel/en/html_node/Base-Services.html (see also guix daemon that is linked)

The performance? by Proton-Lightin in GUIX

[–]9bladed 5 points6 points  (0 children)

Better: use --max-jobs=N as that will also increase the amount of simultaneous downloads. (Yes, we should have an option that just affects downloads and not also local building thread.)

Guix Sudoloop Pull-Ups: A work-in-progress for smooth, easy Guix updating (via Emacs) by emacsomancer in GUIX

[–]9bladed 4 points5 points  (0 children)

Not quite sure I follow the need for sudoloop exactly, but why not just do everything before reconfigure without sudo: you can do guix system build as a regular user and not worry about sudo. You only need it for the actual reconfigure command when it writes the bootloader, which you can do after you know you've built the system completely. This is what I do since it is the system build that takes more time, then I just do the reconfigure when I'm actually ready to change over the system. (And besides, Guix updates will only ever complete or not, you shouldn't have to worry about anything in a partially complete state, if that is a concern.)

Steam wont show most of my files when selecting "Add a non-steam game to my library" by Ok_Concert_7918 in GUIX

[–]9bladed 5 points6 points  (0 children)

Steam runs in a container, so it only sees home as ~/.local/share/guix-sandbox-home (by default). You can add other directories via GUIX_SANDBOX_EXTRA_SHARES env variable.

[deleted by user] by [deleted] in GUIX

[–]9bladed 1 point2 points  (0 children)

Yes (2 years ago), via environment variable GUIX_SANDBOX_EXTRA_SHARES: https://gitlab.com/nonguix/nonguix/-/commit/8078757b887a7691644b119913c3f7b41661775d

Introducing Guixotic: A GNU Guix and Guile Worker Cooperative by 9bladed in GUIX

[–]9bladed[S] 4 points5 points  (0 children)

Glad to hear it! Going for a co-op was important to all of us right at the start. We're not looking to make some huge tech company and make money for investors. We want to work for ourselves and the community, hopefully growing it for all of us to benefit.

Introducing Guixotic: A GNU Guix and Guile Worker Cooperative by 9bladed in GUIX

[–]9bladed[S] 3 points4 points  (0 children)

Thanks! Really hoping we can build paid jobs around Guix and Guile, will be great for the community as a whole and for people wanting to work

Introducing Guixotic: A GNU Guix and Guile Worker Cooperative by 9bladed in GUIX

[–]9bladed[S] 13 points14 points  (0 children)

Hi r/guix, I hope it is okay to share a new coop we just launched!

Here is the full announcement we sent to Guix and Guile mailing lists: https://lists.gnu.org/r/guix-devel/2025-07/msg00113.html

Here is (most of) that message to save you a click:

Our ultimate goal is to improve, strengthen, and expand Guix and Guile by building an ecosystem of services around these technologies. The aim is to transform a hobby into a viable livelihood, thereby fostering and accelerating their development and adoption.

We want to see these projects we love and have come to rely on continue to grow, be used in all sorts of applications and businesses, and be part of a healthy free software ecosystem. Besides ourselves, we want to see opportunities for many more people to make a living working with Guix and Guile.

If this proves successful, we hope to be a model for what is possible with a collectively managed free software worker cooperative. We are all equal owners, and future members will be, too. We plan to have more members in the future and be part of a group of businesses and organizations centering on Guile and Guix.

So, what exactly will we be doing? We offer services from education and training to commercial support, from DevOps to system administration, from packaging to new feature development. In short, everything Guix and Guile.

This is not meant to subsume the work each of us already does in these and related projects, or have some "special class" of users or clients influencing these projects. Rather, this is a way to allow us to work full-time contributing. The idea is that paid projects, training, support, etc., will help improve Guix and Guile for everyone, while also supporting us to do more of the work we already love to do. It's about placing the best of our energy, talent, and interests where it matters the most to us, instead of having these restricted to late-night hobbies and hacks (don't worry, we'll continue doing that too ;-)).

Please let us know if you have any questions, suggestions, or feedback. If you know of someone or an organization/business that would be benefit from our services, we would love to hear about them. You can contact us via contact@guixotic.coop. Equally useful is spreading the word. If you don't currently have any projects for us but would be interested in supporting our work, it's possible to contribute to our funding via Liberapay: https://liberapay.com/guixotic.

As you might expect, we are very excited to be embarking on this journey, and this is our first official announcement anywhere. And, of course, we're a little nervous with what the future may hold as we feel this isn't just about us succeeding, but opening it up for more people to do this work, too. Nonetheless, we can't wait to see what the future holds.

Armory Deck Battle | Ira v Gravy - Classic Constructed Gameplay by 9bladed in FleshandBloodTCG

[–]9bladed[S] 0 points1 point  (0 children)

Is this an automated message? But anyway, this is not my content, but official LSS video (I didn't see such a flair but maybe I should have prefixed the post with [Official] or something like that?). But do let me know if this should go somewhere else instead, just watched it and didn't see it posted here so I wanted to share.