emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70085: closed ([PATCH] home: services: add newline to XDG_RUNTIME_DI


From: GNU bug Tracking System
Subject: bug#70085: closed ([PATCH] home: services: add newline to XDG_RUNTIME_DIR warning)
Date: Sun, 29 Sep 2024 14:43:05 +0000

Your message dated Sun, 29 Sep 2024 22:38:24 +0800
with message-id <87ed52jzj3.wl-hako@ultrarare.space>
and subject line Re: [bug#70085] [PATCH] home: services: add newline to 
XDG_RUNTIME_DIR warning
has caused the debbugs.gnu.org bug report #70085,
regarding [PATCH] home: services: add newline to XDG_RUNTIME_DIR warning
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70085: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70085
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] home: services: add newline to XDG_RUNTIME_DIR warning Date: Fri, 29 Mar 2024 21:10:35 -0400
* 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
---
Without this change, the prompt will be pushed to the side by the
warning message. Other warnings in the repo follow this convention, so
I assume this one should as well.

 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 @@ (define (compute-on-first-login-script _ gexps)
              (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

base-commit: d67e4f0f9b10c7ddac8fb0ca68cbf1d6ad0a6e5d
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70085] [PATCH] home: services: add newline to XDG_RUNTIME_DIR warning Date: Sun, 29 Sep 2024 22:38:24 +0800
Hi everyone,

On Sat, 30 Mar 2024 09:10:35 +0800,
Richard Sent wrote:
> 
> * 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
> ---
> Without this change, the prompt will be pushed to the side by the
> warning message. Other warnings in the repo follow this convention, so
> I assume this one should as well.
> 
>  gnu/home/services.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied as cbf46d2565112180fe7b316b2530293ed2d3acf3, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]