From 54ba8b25eb8107b8c2f4553636bbae4036bfdb7a Mon Sep 17 00:00:00 2001 From: Richard Sent Date: Fri, 29 Mar 2024 21:10:35 -0400 Subject: home: services: add newline to XDG_RUNTIME_DIR warning * gnu/home/services.scm: Add end-of-text newline to warning printed by on-first-login script when XDG_RUNTIME_DIR does not exist. Change-Id: I3bfe2c415f6941fa9a2231ab2a0be53db965053f --- gnu/home/services.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/home/services.scm b/gnu/home/services.scm index b69cd91203..39c9033ad6 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -445,7 +445,7 @@ activation."))) (warning (G_ "XDG_RUNTIME_DIR doesn't exists, on-first-login script won't execute anything. You can check if xdg runtime directory exists, XDG_RUNTIME_DIR variable is set to appropriate value and manually execute the -script by running '$HOME/.guix-home/on-first-login'")))))))) +script by running '$HOME/.guix-home/on-first-login'~%")))))))) (define (on-first-login-script-entry on-first-login) "Return, as a monadic value, an entry for the on-first-login script -- cgit v1.2.3