| Summary: |
bash-completion/localectl: argument after set-locale is incorrect |
| Product: |
systemd
|
Reporter: |
Igor Gnatenko <i.gnatenko.brain> |
| Component: |
general | Assignee: |
systemd-bugs |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
systemd-bugs |
| Severity: |
minor
|
|
|
| Priority: |
medium
|
CC: |
i.gnatenko.brain, konstantinjch, me
|
| Version: |
unspecified | |
|
| Hardware: |
All | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Steps to reproduce 1. Write "localectl set-locale" in term 2. try to use <Tab> Actual results: As first argument we can choose from locales like this: $ localectl set-locale Display all 807 possibilities? (y or n) Expected results: As first argument we can choose from locale vars (according to locale(7)) like this: $ localectl set-locale LC_COLLATE= LC_CTYPE= LC_MONETARY= LC_MESSAGES= LC_NUMERIC= LC_TIME= LC_ALL= Additional info: set-locale LOCALE... Set the system locale. This takes one or more assignments such as "LANG=de_DE.utf8", "LC_MESSAGES=en_GB.utf8", and so on. See locale(7) for details on the available settings and their meanings. Use list-locales for a list of available locales (see below).