Re: Behaviour change when closing laptop lid: it no longer suspends

2021-01-18 Thread Pierre Neidhardt
Maxim Cournoyer writes: > Hi Tobias, > > Tobias Geerinckx-Rice writes: > >> However, here our wrapping is wrong. Thanks for making me look into >> it. >> >> From upstream's change log: >> >> The action that elogind takes when the lid is closed and the >> machine is connected to external power

[PATCH] * doc/guix-cookbook.texi (Guix System Image API): new section

2021-01-18 Thread jbranso--- via
--- doc/guix-cookbook.texi | 187 + 1 file changed, 187 insertions(+) diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 54ab99558e..d9835c43f5 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -1353,6 +1353,7 @@ reference.

Re: [PATCH] * doc/guix-cookbook.texi (Guix System Image API): new section

2021-01-18 Thread Joshua Branson
Mathieu Othacehe writes: > Hello, > > Thanks for this contribution! You should submit patches to > "guix-patc...@gnu.org" instead of this mailing list. I'll send one that way. > > There's also a small issue with the commit message which is placed as > title of this email. > >> +* Guix System Im

Re: Gnome and custom profile

2021-01-18 Thread Jérémy Korwin-Zmijowski
Le lundi 18 janvier 2021 à 14:14 +, Luis Felipe a écrit : > Hi, Jérémy, > > ‐‐‐ Original Message ‐‐‐ > On Saturday, January 16, 2021 9:56 PM, Jérémy Korwin-Zmijowski < > jer...@korwin-zmijowski.fr> wrote: > > > XDG_DATA_DIRS="${XDG_DATA_DIRS}:${GUIX_EXTRA_PROFILES}/jeko/share" > > Bu

Re: Gnome and custom profile

2021-01-18 Thread Luis Felipe
Hi, Jérémy, ‐‐‐ Original Message ‐‐‐ On Saturday, January 16, 2021 9:56 PM, Jérémy Korwin-Zmijowski wrote: > XDG_DATA_DIRS="${XDG_DATA_DIRS}:${GUIX_EXTRA_PROFILES}/jeko/share" But are you sure you are exporting XDG_DATA_DIRS? For what it's worth, I export that variable for GNOME to fi

Re: Gnome and custom profile

2021-01-18 Thread Jérémy Korwin-Zmijowski
Le lundi 18 janvier 2021 à 12:32 +0100, Pierre Neidhardt a écrit : > Erreur lors de la vérification de la signature : Le lancement > de GPG a échoué. > Hi Jérémy! > > > > $ cat .profile > > GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles > > export GUIX_EXTRA_PROFILES > > GUIX_PROFILE="${GUI

Re: [PATCH] * doc/guix-cookbook.texi (Guix System Image API): new section

2021-01-18 Thread Mathieu Othacehe
Hello, Thanks for this contribution! You should submit patches to "guix-patc...@gnu.org" instead of this mailing list. There's also a small issue with the commit message which is placed as title of this email. > +* Guix System Image API::Customizing the disk-image to target > specific

Re: guix time-machine, broken hash in an old package definition, a workaround?

2021-01-18 Thread Wiktor Żelazny
On Mon, Jan 18, 2021 at 09:57:32AM +0100, Wiktor Żelazny wrote: > $ guix time-machine --commit=d81fb2ae9443994ae5dd1cb5837276fad63f842c > --channels=channel-specs.scm -- \ >build --with-source=r-foreign=foreign_0.8-75.tar.gz r-foreign > /gnu/store/jvh9zyym3xmzy94g37gx5klg8rx72vfj-r-foreign-75

Re: guix time-machine, broken hash in an old package definition, a workaround?

2021-01-18 Thread Wiktor Żelazny
On Fri, Jan 15, 2021 at 09:48:20PM +0100, zimoun wrote: > On Fri, 15 Jan 2021 at 21:18, Wiktor Żelazny wrote: > > > A new idea: I just checked “CRAN Time Machine” at MRAN. The tarball with > > the 0g4mi101srjbl17ydb2hl3854m3xj0llj6861lfr30sp08nkqavl hash is there. > > I guess I can use `build --wi

Re: How to use elfutils? bash: eu-strip: command not found

2021-01-18 Thread znavko
Yes, Pierre, you are right. I have found glibc folder and there was that file in subfolder lib/ $ ls /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib | grep ld-l ld-linux-x86-64.so.2 You said, that it's better to compile program from sources instead of patching elf. Ok. I've read an