all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Guix, Rofi, i3wm and Locales
@ 2018-10-13 11:08 Pierre-Henry F.
  2018-10-15 12:13 ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Pierre-Henry F. @ 2018-10-13 11:08 UTC (permalink / raw)
  To: help-guix@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]

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 locale correctly?
>
> It feels like your environment is pretty broken.
>
> (p.s. there should not be a space after !.)

my locale:

    export LANG="en_US.UTF-8"
    export LC_CTYPE="en_US.UTF-8"
    export LC_NUMERIC="en_US.UTF-8"
    export LC_TIME="en_US.UTF-8"
    export LC_COLLATE="en_US.UTF-8"
    export LC_MONETARY="en_US.UTF-8"
    export LC_MESSAGES="en_US.UTF-8"
    export LC_ALL="en_US.UTF-8"

I uninstalled rofi with: `$ guix package -r rofi` then installed it using `$ sudo apt install rofi` and it's working just fine...

Apprently, installing with guix (`$ guix package -i rofi`) messes with `export LC_ALL=...` and the likes...

Thank you.
```

If any of you have an idea of why this happened, I would be happy to know since I'm trying to manage my packages with Guix
and hope that it will be of great help in the future.

Thank you.

Best regards,
Pierre-Henry FRÖHRING
+33 6 34 48 17 57
contact@phfrohring.com
Skype: pierre.henry.frohring

[-- Attachment #2: Type: text/html, Size: 2321 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-24 14:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 11:08 Guix, Rofi, i3wm and Locales Pierre-Henry F.
2018-10-15 12:13 ` Ludovic Courtès
2018-10-15 22:00   ` Pierre-Henry F.
2018-10-16 11:47     ` Ludovic Courtès
2018-10-16 12:03       ` Pierre-Henry F.
2018-10-17 12:13         ` Ludovic Courtès
2018-10-17 19:29           ` Pierre-Henry F.
2018-10-24 14:13             ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.