libxkbcommon/tools
Pierre Le Marre cfcc7922c2 xkbcli-compose: Simplify locale options
Current options to set the locale are convoluted:
- An explicit locale *must* be given, while a sane default would be
  to use the user environment.
- Then there are two options that were useful while testing locale
  handling: read environment variables or use `setlocale`. But the
  program has already called:
  ```
  setlocale(LC_ALL, "");
  ```
  so it turns out the two options lead to the same results.

Remove options `--locale-from-env` and `--locale-from-setlocale`
and make the locale default to the user environment.
2023-11-19 09:57:24 +01:00
..
check-messages.c Add xkb-check-messages tool 2023-09-19 08:49:52 +02:00
compile-compose.c xkbcli-compose: Simplify locale options 2023-11-19 09:57:24 +01:00
compile-keymap.c Fix memory leak in print_keymap 2023-11-06 21:44:41 +01:00
how-to-type.c tools/how-to-type: add --keysym for how to type a keysym 2021-07-31 22:03:33 +03:00
interactive-evdev.c interactive-wayland: Add support for Compose 2023-11-06 20:57:13 +01:00
interactive-wayland.c interactive-wayland: Add support for Compose 2023-11-06 20:57:13 +01:00
interactive-x11.c interactive-x11: Add support for Compose 2023-11-06 20:57:13 +01:00
messages.c Prevent recursive includes of keymap components 2023-11-06 22:06:25 +01:00
messages.c.jinja Add xkb-check-messages tool 2023-09-19 08:49:52 +02:00
messages.h Add xkb-check-messages tool 2023-09-19 08:49:52 +02:00
registry-list.c Tools: Improve xkbcli help messages and manual pages 2023-10-05 06:24:02 +02:00
tools-common.c interactive-wayland: Add support for Compose 2023-11-06 20:57:13 +01:00
tools-common.h interactive-wayland: Add support for Compose 2023-11-06 20:57:13 +01:00
xkbcli-bash-completion.sh xkbcli: Fix bash completion 2023-11-19 09:57:24 +01:00
xkbcli-compile-compose.1 xkbcli-compose: Simplify locale options 2023-11-19 09:57:24 +01:00
xkbcli-compile-keymap.1 tools: convert man pages from man format to mdoc format 2020-08-31 10:02:47 +03:00
xkbcli-how-to-type.1 Tools: Improve xkbcli help messages and manual pages 2023-10-05 06:24:02 +02:00
xkbcli-interactive-evdev.1 Tools: Improve xkbcli help messages and manual pages 2023-10-05 06:24:02 +02:00
xkbcli-interactive-wayland.1 interactive-wayland: Add support for Compose 2023-11-06 20:57:13 +01:00
xkbcli-interactive-x11.1 interactive-x11: Add support for Compose 2023-11-06 20:57:13 +01:00
xkbcli-list.1 man: mention `xkbcli list` output is meant to be in YAML 1.2 format 2021-11-01 23:56:22 +02:00
xkbcli.1 xkbcli: Promote compose to xkbcli-compile-compose 2023-11-19 09:57:24 +01:00
xkbcli.c xkbcli: Promote compose to xkbcli-compile-compose 2023-11-19 09:57:24 +01:00