You are not logged in.
Hi,
i cant use my german Keyboard Layout.
I just see a icon (err) in the Tray.
xorg.conf
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbRules" "xorg"
Option "XkbVariant" "nodeadkeys"
EndSection
kde-i18n-de is installed.
rc.conf
LOCALE="en_US.UTF-8"
HARDWARECLOCK="localtime"
TIMEZONE="Germany/Europe"
KEYMAP="de-latin1-nodeadkeys.map.gz"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
setxkbmap -model pc105 -layout us,de -variant ,nodeadkeys
Error loading new keyboard description
thank you for any help
Offline
Hi,
I think that the rc.con file should be:
KEYMAP="de-latin1-nodeadkeys"
without .map.gz
Offline
what abaout your locale.gen file have you ever set it up de_DE lines seen below:
#de_DE.UTF-8 UTF-8
#de_DE ISO-8859-1
In a world without walls,who need windows?
Offline
Luka: I am remove the map.gz <- Doesent Work.
Titus:
[root@midgard sydney]# locale -a
C
POSIX
de_DE.utf8
en_US.utf8
Funny on terminal i can use "umlaute".
Please need any solution.[/search]
Offline
Someone help me
Offline
Hi,
I can't help you, but I can tell you that I have exactly the same issue.
In Console and GTK-Apps (or rather: Non-KDE-Apps) Umlauts work, but not in KDE apps.
Pretty nasty, I posted a topic in the Newbie forum.
Since you also have this issue this might be a bug??
Offline
Hi,
finally I can type Umlauts in KDE.
Don't ask me what I did exactly, here are my relevant configs.
I got German keyboard layout (everywhere) and English texts.
Maybe they work for you too? (If so - put them on the Wiki :
rc.conf:
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Berlin"
KEYMAP="de-latin1"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
/etc/profile:
export LANG="en_US.utf8"
export LC_COLLATE="C"
xorg.conf:
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
KDE Keyboard config:
- Language is English
- Layout: setxkbmap -model pc104 -layout de -variant nodeadkeys
locale -a:
C
POSIX
en_US.utf8
Hope this helps you - you need more information, just ask
Offline
Solved after pacman -Syu
Dont know wich paket was broken.
Now works fine.
:?
Offline