guix-home corrupt input encoding error

2022-06-25 Thread jgart
Hi Guixers, I'm trying to keep my home tidy on void linux. I followed ludo's blog post here: https://guix.gnu.org/en/blog/2022/keeping-ones-home-tidy/ But I get the following error: ``` λ guix home reconfigure ~/src/guix-config/home-configuration.scm guix home: warning: cannot determine prove

Re: Launching sway from sddm

2022-06-25 Thread Denis 'GNUtoo' Carikli
Hi again, I've tested with sddm and sway in Parabola i686 and it works, and the configuration is the same between both, so maybe it's some parabola specific configuration that is creating the issue. I'll do more tests to find out what is the issue Denis. pgpzIOTuKAp4A.pgp Description: OpenPGP

Re: Launching sway from sddm

2022-06-25 Thread Denis 'GNUtoo' Carikli
On Fri, 24 Jun 2022 18:03:03 +0100 "(" wrote: > On Fri Jun 24, 2022 at 5:21 PM BST, Denis 'GNUtoo' Carikli wrote: > > - Where is XDG_RUNTIME_DIR supposed to be set? [...] > (1) SDDM does not support seatd, only elogind: I've tried to workaround XDG_RUNTIME_DIR with a hack: > --- a/gnu/system.scm

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread (
Noting what Vagrant said, I'd now recommend to just try to rearrange your PATH so that the Guix directory is higher-priority. -- (

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread (
Hm, good points. -- (

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread Vagrant Cascadian
On 2022-06-25, ( wrote: > On Sat Jun 25, 2022 at 9:05 PM BST, Simen Endsjø wrote: >> No, I have the manual binary installation on a Manjaro host system. > > Once you pull for the first time, you should remove Guixen that you've > installed through other means (like the debian package and binary > i

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread Simen Endsjø
> Try `~/.config/guix/current/bin/guix describe --format=channels`. If it > prints the correct channels, that Guix binary is at fault. Thank, that solved it! I guess my PATH has changed recently so that /usr/local/bin has a higher priority than before. But I should remove the one in /usr/local/bi

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread (
On Sat Jun 25, 2022 at 9:05 PM BST, Simen Endsjø wrote: > No, I have the manual binary installation on a Manjaro host system. Once you pull for the first time, you should remove Guixen that you've installed through other means (like the debian package and binary installation). /usr/local/bin/guix

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread Simen Endsjø
No, I have the manual binary installation on a Manjaro host system. On Sat, Jun 25, 2022, 22:00 ( wrote: > On Sat Jun 25, 2022 at 8:49 PM BST, Simen Endsjø wrote: > > $ which guix > > /usr/local/bin/guix > > ...Do you have the Guix Debian package installed, by any chance? > > -- ( >

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread (
On Sat Jun 25, 2022 at 8:49 PM BST, Simen Endsjø wrote: > $ which guix > /usr/local/bin/guix ...Do you have the Guix Debian package installed, by any chance? -- (

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread Simen Endsjø
I'm not sure how to interpret the output, so I'm pasting everything here. I notice that I have two guix profiles in my path, not sure if that's a problem. I've stripped what I expect is uninteresting from the PATH, but the full output is at the bottom. .. /usr/local/bin:..:/gnu/store/83q0jxp3lc80n

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread (
Perhaps we could print a warning when somebody tries to add `guix` to their profile? -- (

Re: Additional channels pulled, but cannot install/update software

2022-06-25 Thread Julien Lepiller
Hi Simen, Can you check that your "guix" actually comes from ~/.config/guix/current/bin/guix (and *not* ~/.guix-profile or ~/.guix-home, it's very important)? `type guix` should tell you what it is. If it doesn't agree with `which guix` and the location found by which is correct, try `hash guix`

Additional channels pulled, but cannot install/update software

2022-06-25 Thread Simen Endsjø
I'm having a problem where `guix pull` pulls all channels defined in ~/.config/guix/channels.scm, but somehow only guix is available thereafter. Any idea what might have happened? I have software installed through these channels which now cannot be updates as they don't exist in the main guix cha