mbox series

[bug#68716,gnome-team,v3,0/5] More elegant filtering of udev configurations

Message ID cover.1707175669.git.vivien@planete-kraus.eu
Headers show
Series More elegant filtering of udev configurations | expand

Message

Vivien Kraus Feb. 5, 2024, 11:27 p.m. UTC
Dear guix,

Here is a new version, where I use union-build to gather all udev files, and
then I remove the files that belong to the blocklist.

What do you think?

Best regards,

Vivien

Liliana Marie Prikler (3):
  services: Modularise gnome-desktop-configuration.
  services: gnome-desktop: Add core packages for GNOME 44.
  gnu: Deprecate gnome meta-package.

Vivien Kraus (2):
  services: Rename gnome-udev-rules.
  services: gnome: Use a blocklist for udev configurations.

 gnu/packages/gnome.scm   |   3 +-
 gnu/services/desktop.scm | 197 +++++++++++++++++++++++++++++++++++----
 2 files changed, 182 insertions(+), 18 deletions(-)


base-commit: 6d3c414f11e5ec9eb029fbfd20fb08731c2b9aab

Comments

Liliana Marie Prikler Feb. 6, 2024, 5:13 a.m. UTC | #1
Am Dienstag, dem 06.02.2024 um 00:27 +0100 schrieb Vivien Kraus:
> Dear guix,
> 
> Here is a new version, where I use union-build to gather all udev
> files, and then I remove the files that belong to the blocklist.
> 
> What do you think?
LGTM, but I need to retouch my own 1-3.  Will send a v4 with everything
once that's done.

Cheers
Vivien Kraus Feb. 7, 2024, 9:38 p.m. UTC | #2
Hello,

Le mardi 06 février 2024 à 06:13 +0100, Liliana Marie Prikler a écrit :
> I need to retouch my own 1-3.  Will send a v4 with everything
> once that's done.

I noticed that gnome-control-center, gnome-online-accounts, gnome-
themes-extra and hicolor-icon-theme got lost in the process. Both
gnome-control-center and gnome-online-accounts seem vital to me, and
the others may be of interest too.

Best regards,

Vivien