ORG.FREEDESKTOP.LOCALE1(5) org.freedesktop.locale1 ORG.FREEDESKTOP.LOCALE1(5) (NAME) org.freedesktop.locale1 - D-Bus systemd-localed (DESCRIPTION) systemd-localed.service(8) (locale) . D-Bus . D-BUS (THE D-BUS INTERFACE) : node /org/freedesktop/locale1 { interface org.freedesktop.locale1 { methods: SetLocale(in as locale, in b interactive); SetVConsoleKeyboard(in s keymap, in s keymap_toggle, in b convert, in b interactive); SetX11Keyboard(in s layout, in s model, in s variant, in s options, in b convert, in b interactive); properties: readonly as Locale = ['...', ...]; readonly s X11Layout = '...'; readonly s X11Model = '...'; readonly s X11Variant = '...'; readonly s X11Options = '...'; readonly s VConsoleKeymap = '...'; readonly s VConsoleKeymapToggle = '...'; }; interface org.freedesktop.DBus.Peer { ... }; interface org.freedesktop.DBus.Introspectable { ... }; interface org.freedesktop.DBus.Properties { ... }; }; (Methods) . . . SetVConsoleKeyboard() . SetX11Keyboard() X11 . SetVConsoleKeyboard() SetX11Keyboard() . convert X11 . true SetVConsoleKeyboard() X11 . true SetX11Keyboard() X11 . . (UI) SetX11Keyboard() convert=true SetVConsoleKeyboard() . . interactive polkit[1] . (Signals) PropertyChanged . (Properties) Locale . . : LANG=, LC_CTYPE=, LC_NUMERIC=, LC_TIME=, LC_COLLATE=, LC_MONETARY=, LC_MESSAGES=, LC_PAPER=, LC_NAME=, LC_ADDRESS=, LC_TELEPHONE=, LC_MEASUREMENT=, LC_IDENTIFICATION=. X11Layout, X11Model, X11Variant X11Options SetX11Keyboard() ( SetVConsoleKeyboard() convert=true) . VConsoleKeymap VConsoleKeymapToggle SetVConsoleKeyboard() ( SetX11Keyboard() convert=true) . (Security) polkit . (action) polkit SetLocale() org.freedesktop.locale1.set-locale . polkit SetX11Keyboard() SetVConsoleKeyboard() org.freedesktop.locale1.set-keyboard . (EXAMPLES) . org.freedesktop.locale1 $ gdbus introspect --system \ --dest org.freedesktop.locale1 \ --object-path /org/freedesktop/locale1 (VERSION COMPATIBILITY) D-Bus [2] . (SEE ALSO) systemd(1), systemd-localed.service(8), localectl(1) (NOTES) 1. polkit https://www.freedesktop.org/software/polkit/docs/latest 2. https://0pointer.de/blog/projects/versioning-dbus.html systemd 261.2 ORG.FREEDESKTOP.LOCALE1(5)