<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - bash-completion/localectl: argument after set-locale is incorrect"
href="https://bugs.freedesktop.org/show_bug.cgi?id=74157">74157</a>
</td>
</tr>
<tr>
<th>CC</th>
<td>i.gnatenko.brain@gmail.com
</td>
</tr>
<tr>
<th>Assignee</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>bash-completion/localectl: argument after set-locale is incorrect
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>minor
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Reporter</th>
<td>i.gnatenko.brain@gmail.com
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Product</th>
<td>systemd
</td>
</tr></table>
<p>
<div>
<pre>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).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>