Re: File search progress: database review and question on triggers

2020-08-11 Thread Pierre Neidhardt
Ricardo Wurmus writes: > Oof. The updatedb hack above takes 6 seconds on my i7-6500U CPU @ > 2.50GHz with SSD. > > I’m not suggesting to use updatedb, but I think it can be instructive to > look at how the file database is implemented there. We don’t have to > use SQlite if it is much slower

Re: File search progress: database review and question on triggers

2020-08-11 Thread Ricardo Wurmus
Pierre Neidhardt writes: > Pierre Neidhardt writes: > >> Ricardo Wurmus writes: >> >>> I’m not suggesting to use updatedb, but I think it can be instructive to >>> look at how the file database is implemented there. We don’t have to >>> use SQlite if it is much slower and heavier than a

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-08-11 Thread Raghav Gururajan
@Danny > I will send you the patch for gnome-shell shortly. Please find the attached patch for gnome-shell. Also I have attached revised patches for mutter and gdm. Regards, RG. From 4956005520e03defb583fbad14c307c552b59d12 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Mon, 10 Aug 2020

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-08-11 Thread Raghav Gururajan
@Danny > Please find the attached patch for gnome-shell. Also I have attached > revised patches for mutter and gdm. OOPS! Sent you the wrong ones. Here are the correct ones. Regards, RG. From 4956005520e03defb583fbad14c307c552b59d12 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Mon,

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-08-11 Thread Raghav Gururajan
@Danny Please find the attached patches. I will send you the patch for gnome-shell shortly. NOTE: I am not done with some of these packages yet. Have to fix run-time issues. @Others Please find the following git-log. *** START *** commit 17b9cce3c19b092225759e6a1b51e7bcf330a4ce Author:

Re: File search progress: database review and question on triggers

2020-08-11 Thread Mathieu Othacehe
Hello Pierre, Thanks for sharing your progress. A few remarks below. > 3. Size of the database: >I've persisted all locally-present store items for my current Guix version >and it produced a database of 72 MiB. It compresses down to 8 MiB in zstd. > >But since we can have multiple

Re: bug#27149: perl for arm-linux-gnueabihf

2020-08-11 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: >>> *guix build --target=arm-linux-gnueabihf* *perl* fails with the following >>> output: https://pastebin.com/QF0xKAmR This has been fixed by #40698. Thanks, Janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar®

Re: File search progress: database review and question on triggers

2020-08-11 Thread Ricardo Wurmus
Pierre Neidhardt writes: > 3. Size of the database: >I've persisted all locally-present store items for my current Guix version >and it produced a database of 72 MiB. It compresses down to 8 MiB >in zstd. For comparison, my laptop’s store contains 1,103,543 files, excluding

Re: File search progress: database review and question on triggers

2020-08-11 Thread Pierre Neidhardt
Hi Mathieu, Thanks for you comments! Answers below. >> 3. Size of the database: >>I've persisted all locally-present store items for my current Guix version >>and it produced a database of 72 MiB. It compresses down to 8 MiB in >> zstd. >> >>But since we can have multiple Guix