Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
steam
systemd
Commits
c62e11ce
Commit
c62e11ce
authored
Apr 15, 2013
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
localectl: read X11 keymaps from the correct file
As reported by Sergey Udaltsov.
parent
1e8e0a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/locale/localectl.c
src/locale/localectl.c
+1
-1
No files found.
src/locale/localectl.c
View file @
c62e11ce
...
...
@@ -627,7 +627,7 @@ static int list_x11_keymaps(DBusConnection *bus, char **args, unsigned n) {
return
-
EINVAL
;
}
f
=
fopen
(
"/usr/share/X11/xkb/rules/
xorg
.lst"
,
"re"
);
f
=
fopen
(
"/usr/share/X11/xkb/rules/
base
.lst"
,
"re"
);
if
(
!
f
)
{
log_error
(
"Failed to open keyboard mapping list. %m"
);
return
-
errno
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment