<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 --- - Executing localectl set-x11-keymap without any argument break X config"
href="https://bugs.freedesktop.org/show_bug.cgi?id=74108">74108</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>Executing localectl set-x11-keymap without any argument break X config
</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>minoshi@yandex.ru
</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>systemd 208, archlinux
Executing localectl set-x11-keymap <layout> <model> <variant> without any
argument break X config.
For example:
#localectl set-x11-keymap us,ru pc104 grp:alt_shift_toggle
#localectl status
System Locale: LANG=ru_RU.utf8
VC Keymap: ru
X11 Layout: ru,us
X11 Model: pc104
X11 Variant: grp:ctrl_shift_toggle
As you there is error in X11Variant.
Correct command for this example:
#localectl set-x11-keymap us,ru pc104 "" grp:alt_shift_toggle //with quotes
!!!
# localectl status
System Locale: LANG=ru_RU.utf8
LC_COLLATE=C
VC Keymap: us
X11 Layout: us,ru
X11 Model: pc104
X11 Options: grp:alt_shift_toggle
As simple way - write about in man page</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>