From: Josselin Poiret Date: Tue, 23 Nov 2021 18:39:39 +0000 Subject: [PATCH] Make GDM pass GDK_PIXBUF_MODULE_FILE to sessions diff --git a/daemon/gdm-launch-environment.c b/daemon/gdm-launch-environment.c index 932c3e8a..a50dcc8c 100644 --- a/daemon/gdm-launch-environment.c +++ b/daemon/gdm-launch-environment.c @@ -157,6 +157,7 @@ build_launch_environment (GdmLaunchEnvironment *launch_environment, "WINDOWPATH", "XCURSOR_PATH", "XDG_CONFIG_DIRS", + "GDK_PIXBUF_MODULE_FILE", NULL }; char *system_data_dirs; lue='afcdfc20795d56fdb79b4ab490978b96d9de5dba'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/store-deduplication.scm
AgeCommit message (Expand)Author
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB....Ludovic Courtès
2020-12-15deduplicate: Create the '.links' directory lazily....Ludovic Courtès
2020-12-15store-copy: 'populate-store' can optionally deduplicate files....Ludovic Courtès
2018-12-14deduplication: Gracefully handle ENOSPC raised by 'link' calls....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-03deduplication: Place link files under /gnu/store/.links....Ludovic Courtès
2018-06-14deduplicate: Fix a couple of thinkos....Ludovic Courtès