guix-commits
[Top][All Lists]
Advanced

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

branch master updated: ui: Suggest installing glibc-locales, not glibc-u


From: guix-commits
Subject: branch master updated: ui: Suggest installing glibc-locales, not glibc-utf8-locales.
Date: Wed, 05 May 2021 00:57:14 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new afec278  ui: Suggest installing glibc-locales, not glibc-utf8-locales.
afec278 is described below

commit afec2784174058fdd85d9698e1fa748c45bfa8ee
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon May 3 15:57:24 2021 -0400

    ui: Suggest installing glibc-locales, not glibc-utf8-locales.
    
    Users (both old and new) struggling with locale warnings is a recurrent 
theme;
    part of it may be due to the glibc-utf8-locales package being misleading, as
    it only includes a subset of the UTF-8 locales.  To prevent confusion, 
suggest
    installing the glibc-locales package instead.
    
    * guix/ui.scm (install-locale): Do not mention glibc-utf8-locales in the 
hint
    message.  Use glibc-locales instead of glibc-utf8-locales in the provided
    example.
---
 guix/ui.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/guix/ui.scm b/guix/ui.scm
index 334dce2..e2cf2f1 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -492,12 +492,11 @@ part."
     (lambda _
       (setlocale LC_ALL ""))
     (lambda args
-      (display-hint (G_ "Consider installing the @code{glibc-utf8-locales} or
-@code{glibc-locales} package and defining @code{GUIX_LOCPATH}, along these
-lines:
+      (display-hint (G_ "Consider installing the @code{glibc-locales} package
+and defining @code{GUIX_LOCPATH}, along these lines:
 
 @example
-guix install glibc-utf8-locales
+guix install glibc-locales
 export GUIX_LOCPATH=\"$HOME/.guix-profile/lib/locale\"
 @end example
 



reply via email to

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