Re: Replace official Guix in home-channels-service-type

2023-05-09 Thread Timo Wilken
Hi Felix, On Mon May 8, 2023 at 3:28 PM CEST, Felix Lechner via wrote: > Using Guix Home, how may I replace the official Guix channel in > home-channels-service-type [1] please? The way I interpret the docs, you can use `service' instead of `simple-service' if you want to replace the default

Re: Icecat and Chromium don't activate the right color scheme of websites

2023-03-08 Thread Timo Wilken
Hi Luis, On 8 March 2023 16:01:11 CET, Luis Felipe wrote: >Hi, > >I was wondering if any of you can reproduce the following issue using either >Icecat or Chromium (ungoogled). I'm using the Guix System ab6e434 and the >official Guix channel, Icecat 102.8.0esr and Chromium 109.0.5414.119. >

Re: Guix can't find substitutes, even though guix weather claims they exist

2023-03-07 Thread Timo Wilken
Hi, I've just run into this problem again... I ran guix pull, then guix home reconfigure two minutes ago. This time aerc and hledger are rebuilt from scratch, even though guix weather claims substitutes exist for both (both on bordeaux; only aerc on ci.guix.gnu.org). --8<---cut

Re: Guix can't find substitutes, even though guix weather claims they exist

2023-02-28 Thread Timo Wilken
Hi Tobias, On Tue Feb 28, 2023 at 9:38 PM CET, Tobias Geerinckx-Rice wrote: > Timo Wilken 写道: > > $ guix describe > > Generation 69 Feb 26 2023 15:09:41(current) > > Nice. Hehe :) > You should pull and try again. There was a bug the past week that &

Guix can't find substitutes, even though guix weather claims they exist

2023-02-28 Thread Timo Wilken
Hi, I'm trying to run ungoogled-chromium, but Guix doesn't seem to be able to download substitutes for it, even though "guix weather" claims that they should be available. See below for my shell session. What's going wrong here? Is there anything I can do to get substitutes? Thanks, Timo ---

Re: Missing QT platform plugin for Wayland, GRUB menu-entry, and service/package definitions

2023-02-03 Thread Timo Wilken
Hi Genevieve, On Sun, Jan 22, 2023 at 10:28:30PM -0600, Genevieve Mendoza wrote: > 1) I've noticed that there are service definitions which automatically > pull in the packages they require, with the main example being > desktop-services. I set up some of my own home services, e.g. for >

Re: mbsync with XOAUTH2 SASL mechanism

2023-01-26 Thread Timo Wilken
Hi Giovanni! On 26 January 2023 11:19:22 CET, Giovanni Biscuolo wrote: >Timo Wilken writes: >> Instead, I ended up "borrowing" Thunderbird's client key and secret, >> which has worked fine so far. > >thanks for sharing this trick! > >this adds a

Re: mbsync with XOAUTH2 SASL mechanism

2023-01-25 Thread Timo Wilken
Hi Peter, hi Giovanni, I had the same problem with having to register an "app" to access my emails (but with neomutt, not Emacs). Instead, I ended up "borrowing" Thunderbird's client key and secret, which has worked fine so far. Maybe I'm being a bit paranoid, but I don't want to post the

Rule from `udev-rules-service' not applied -- how to debug?

2023-01-23 Thread Timo Wilken
Hi Guix, I'd like to configure udev on my GuixSD system such that I can adjust my laptop display's backlight without having to use "sudo". This doesn't seem to work, as I can't figure out how to make udev pick up my custom *.rules file -- see below. I would appreciate any hints on how to debug

Re: Packaging timewarrior

2023-01-16 Thread Timo Wilken
Hi Trev, On 16 January 2023 17:44:45 CET, Trev wrote: >If it's of any use to anybody, I have attached the full build log. Any >guidance would be appreciated. Make logs can be a bit annoying -- it runs multiple processes, and one make child can keep spewing info lines after another has

Re: Guix Pull - Device or Resource Busy

2023-01-08 Thread Timo Wilken
Hi MH, I don't have the solution to your problem unfortunately, but here are a few hopefully-useful pointers: On Sun, Jan 08, 2023 at 06:20:56PM +, mhrunn...@yahoo.com via wrote: > I have also run the "guix pull" command with the following options > to ascertain the error. > > # guix pull

Re: How do I install a file with custom permissions?

2022-11-29 Thread Timo Wilken
Hi Tobias, On Tue, Nov 29, 2022 at 08:34:44PM +0100, Tobias Geerinckx-Rice wrote: > Hi Timo, > > Timo Wilken 写道: > > I'm trying to patch the `wireguard-service-type' to accept pre-shared > > keys and add them to the generated config. This all seems to work > > fine, e

Re: How do I install a file with custom permissions?

2022-11-29 Thread Timo Wilken
ve the pre-shared key > in a separate file out of the store and simply point the config to that file > (instead of using a file-like object). This is how we handle other secrets so > far. > > Le 29 novembre 2022 20:24:13 GMT+01:00, Timo Wilken a > écrit : > >Hi Guixe

How do I install a file with custom permissions?

2022-11-29 Thread Timo Wilken
Hi Guixers, I'm trying to patch the `wireguard-service-type' to accept pre-shared keys and add them to the generated config. This all seems to work fine, except that I can't get guix to generate a non-world-readable configuration file. I've tried adding a `(chmod port #o400)' call to the end of

How do I package a Qt style plugin?

2022-11-19 Thread Timo Wilken
Hi Guixers, I'm wondering what the right way is to package Qt plugins in Guix. Specifically, I'd like to use Lightly: https://github.com/Luwx/Lightly While I've managed to build it (see my package definition at the end of this email), I can't seem to get Qt applications to actually use Lightly