diff options
author | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
commit | 0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a (patch) | |
tree | c0aa2c0b53c317be87eacfcb77b63f53f1f415e7 /abs/core/kbd/kbd-1.12-no-user-map.patch | |
download | linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.zip linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.gz linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.bz2 |
initial import
Diffstat (limited to 'abs/core/kbd/kbd-1.12-no-user-map.patch')
-rw-r--r-- | abs/core/kbd/kbd-1.12-no-user-map.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/core/kbd/kbd-1.12-no-user-map.patch b/abs/core/kbd/kbd-1.12-no-user-map.patch new file mode 100644 index 0000000..f246228 --- /dev/null +++ b/abs/core/kbd/kbd-1.12-no-user-map.patch @@ -0,0 +1,19 @@ +Non-root users are allowed to change the unicode mode of their console, but +not the global keymap. root will have to load the keymap in unicode mode +explicitly. + +--- kbd-1.12/src/unicode_start.no-user-map 2005-12-01 19:33:19.000000000 +0100 ++++ kbd-1.12/src/unicode_start 2005-12-01 19:33:28.000000000 +0100 +@@ -14,12 +14,6 @@ + + kbd_mode -u + +-# Change the keyboard mapping in such a way that the non-ASCII keys +-# produce UTF-8 encoded multibyte sequences, instead of single bytes +-# >= 0x80 in a legacy 8-bit encoding. +- +-dumpkeys | loadkeys --unicode +- + # 2. The output side: the console screen. + + # Tell the console output driver that the bytes arriving are UTF-8 |