aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-02-09 03:26:48 -0500
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-02-09 03:40:24 -0500
commit5879972108bc28629f41c56d34592642df0c4588 (patch)
treef132930f21683b5ab5f1195b21ab640b2c3121cf /README
parenthostname is dynamically allocated now (diff)
downloadopenrc-settingsd-5879972108bc28629f41c56d34592642df0c4588.tar.gz
openrc-settingsd-5879972108bc28629f41c56d34592642df0c4588.tar.bz2
openrc-settingsd-5879972108bc28629f41c56d34592642df0c4588.zip
Add beginnings of localed (read-only and no xorg.conf support)
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index 62bd904..bd6adac 100644
--- a/README
+++ b/README
@@ -16,6 +16,28 @@ Hostnamed:
PRETTY_HOSTNAME="Foo !"
ICON_NAME="computer-desktop"
+Localed:
+
+ See http://www.freedesktop.org/wiki/Software/systemd/localed for the DBus
+ protocol description.
+
+ The system locale variables are set in /etc/env.d/02locale.
+
+ Virtual console keymap is set in /etc/conf.d/keymaps as
+ keymap="foo"
+ The virtual console keymap toggle is not supported.
+
+/*
+ Not implemented yet.
+
+ X11 keyboard options are set in /etc/X11/xorg.conf.d/30-keyboard.conf
+ (falling back to 00-keyboard.conf if it exists and 30-keyboard.conf does
+ not) in an InputClass section.
+ Localed will attempt to detect if multiple InputClass sections with
+ keyboard options exist in /etc/X11/xorg.conf and /etc/X11/xorg.conf.d/,
+ and if that is the case, will refuse to modify X11 keyboard settings.
+*/
+
Note that openrc-settingsd expects any shell-syntax settings files that it
modifies to be in UTF-8 encoding, and to consist only of comments and simple
scalar assignments, i.e. something like