Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-12 | localectl: fix dbus call arguments in set_x11_keymap | Michal Schmidt | |
Fixes an assertion failure in the dbus lib. https://bugzilla.redhat.com/show_bug.cgi?id=882212 | |||
2012-11-12 | enable localization for common *ctl commands | Dave Reisner | |
2012-10-28 | localectl: fix memleak, use _cleanup_strv_free_ | Michal Sekletar | |
l might contain zero strings, however there is still memory allocated for NULL terminator, use _cleanup_strv_free_ instead to prevent tiny leak in such case. | |||
2012-10-28 | localectl: fix memleak, jump to finish before returning | Michal Sekletar | |
2012-10-19 | locale: add client tool localectl similar to hostnamectl/timedatectl | Lennart Poettering | |