-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Description
Issue description
localectl (apparently part of systemd) looks in /usr/share/X11/xkb for keyboard definitions, not /etc/X11/xkb' or '/nix/store/.../.
Steps to reproduce
$ localectl list-x11-keymap-options
Failed to open keyboard mapping list. No such file or directory
$ strace localectl list-x11-keymap-options |& grep xkb
open("/usr/share/X11/xkb/rules/base.lst", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
Technical details
- System: 16.09.733.246c937 (Flounder)
- Nix version: nix-env (Nix) 1.11.4
- Nixpkgs version: 16.09.733.246c937"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS