[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix, Rofi, i3wm and Locales
From: |
Ludovic Courtès |
Subject: |
Re: Guix, Rofi, i3wm and Locales |
Date: |
Mon, 15 Oct 2018 14:13:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
"Pierre-Henry F." <address@hidden> skribis:
> I had a problem with an i3wm keybinding which called a bash script which
> called a command (Rofi) installed with Guix.
> I uninstalled rofi with Guix, installed it again with apt and it worked fine:
[...]
> Apprently, installing with guix (`$ guix package -i rofi`) messes with
> `export LC_ALL=...` and the likes...
Most likely the problem comes with locale setup for Guix:
https://www.gnu.org/software/guix/manual/en/html_node/Application-Setup.html
Packages installed with Guix do not use locale data provided by the
underlying distro, which is why you have to follow the steps described
in the page above to make sure that they have access to locale data.
Does installed ‘glibc-utf8-locales’ and setting ‘GUIX_LOCPATH’ help?
Ludo’.
- Guix, Rofi, i3wm and Locales, Pierre-Henry F., 2018/10/13
- Re: Guix, Rofi, i3wm and Locales,
Ludovic Courtès <=
- Re: Guix, Rofi, i3wm and Locales, Pierre-Henry F., 2018/10/15
- Re: Guix, Rofi, i3wm and Locales, Ludovic Courtès, 2018/10/16
- Re: Guix, Rofi, i3wm and Locales, Pierre-Henry F., 2018/10/16
- Re: Guix, Rofi, i3wm and Locales, Ludovic Courtès, 2018/10/17
- Re: Guix, Rofi, i3wm and Locales, Pierre-Henry F., 2018/10/17
- Re: Guix, Rofi, i3wm and Locales, Ludovic Courtès, 2018/10/24