Re: Guix, Rofi, i3wm and Locales

2018-10-24 Thread Ludovic Courtès
Hello, "Pierre-Henry F." skribis: > ‐‐‐ Original Message ‐‐‐ > On Wednesday, October 17, 2018 2:13 PM, wrote: > >> Hi, >> >> "Pierre-Henry F." cont...@phfrohring.com skribis: >> >> > > Concretely, if you explicitly run ~/.guix-profile/bin/rofi, what >> > > happens? Does it print warning

Re: Guix, Rofi, i3wm and Locales

2018-10-17 Thread Pierre-Henry F.
‐‐‐ Original Message ‐‐‐ On Wednesday, October 17, 2018 2:13 PM, wrote: > Hi, > > "Pierre-Henry F." cont...@phfrohring.com skribis: > > > > Concretely, if you explicitly run ~/.guix-profile/bin/rofi, what > > > happens? Does it print warnings about locale issues? > > > > I replaced things

Re: Guix, Rofi, i3wm and Locales

2018-10-17 Thread Ludovic Courtès
Hi, "Pierre-Henry F." skribis: >> Concretely, if you explicitly run ~/.guix-profile/bin/rofi, what >> happens? Does it print warnings about locale issues? > > I replaced things in the calling script: > > #! /usr/bin/env bash > ~/.guix-profile/bin/rofi -combi-modi window,drun,run -theme solar

Re: Guix, Rofi, i3wm and Locales

2018-10-16 Thread Pierre-Henry F.
Cordialement, Pierre-Henry FRÖHRING +33 6 34 48 17 57 cont...@phfrohring.com Skype: pierre.henry.frohring ‐‐‐ Original Message ‐‐‐ On Tuesday, October 16, 2018 1:47 PM, wrote: > Hi, > > "Pierre-Henry F." cont...@phfrohring.com skribis: > > > I checked that I executed the commands: >

Re: Guix, Rofi, i3wm and Locales

2018-10-16 Thread Ludovic Courtès
Hi, "Pierre-Henry F." skribis: > I checked that I executed the commands: > > $ guix package -i glibc-locales > $ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale > > Then: > > $ sudo apt remove rofi > $ guix package -i rofi > > But no... same result. Concretely, if you explicitly run

Re: Guix, Rofi, i3wm and Locales

2018-10-15 Thread Pierre-Henry F.
Hi Ludo (sorry for this duplicate...), I checked that I executed the commands: $ guix package -i glibc-locales $ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale Then: $ sudo apt remove rofi $ guix package -i rofi But no... same result. Yet: $ which rofi /home/phf/.guix-profile/b

Re: Guix, Rofi, i3wm and Locales

2018-10-15 Thread Ludovic Courtès
Hello, "Pierre-Henry F." 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

Guix, Rofi, i3wm and Locales

2018-10-13 Thread Pierre-Henry F.
Hello, 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: https://github.com/DaveDavenport/rofi/issues/865#issuecomment-429532113 : ``` > Setup your lo