Gentoo Archives: gentoo-user

From: YoYo siska <yoyo@××××××.sk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings
Date: Thu, 25 Mar 2010 13:35:20
Message-Id: 20100325133505.GB1016@ksp.sk
In Reply to: Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings by YoYo siska
1 On Thu, Mar 25, 2010 at 02:30:49PM +0100, YoYo siska wrote:
2 > On Thu, Mar 25, 2010 at 01:49:04PM +0100, Frank Steinmetzger wrote:
3 > > Hello
4 > >
5 > > I'm not sure how to specify the topic in more detail. Over the last to hours I
6 > > tried to get KDE4 to behave like it did before I rebuilt my system. My goal is
7 > > to have a German layout with dead keys. In the process I've even gotten the
8 > > system to react to the menu key again. But apart from that, for some reason,
9 > > KDE4 won't behave like I want it to.
10 > >
11 > > I say KDE4 because KDE3 apparently works. I know because login with KDM4
12 > > doesn't work at the moment, so I'm using KDM3. There I can input accented
13 > > letters of all sorts (in the username input field). But not in KDM4 and not in
14 > > my KDE4 environment.
15 > >
16 > > I also tried it with and without KDE's own keyboard layout settings, where I
17 > > set up a de layout of default variant (thus with dead keys). But to no avail.
18 > >
19 > > Here's the content of my hal config file:
20 > >
21 > > <?xml version="1.0" encoding="UTF-8"?>
22 > > <deviceinfo version="0.2">
23 > > <device>
24 > > <match key="info.capabilities" contains="input.keyboard">
25 > > <merge key="input.x11_options.XkbRules" type="string">evdev</merge>
26 > > <merge key="input.x11_options.XkbModel" type="string">evdev</merge>
27 > >
28 > > <merge key="input.x11_options.XkbLayout" type="string">de</merge>
29 > > <merge key="input.xkb.options"
30 > > type="strlist">menu:Multi_key,terminate:ctrl_alt_bksp</merge>
31 > > </match>
32 > > </device>
33 > > </deviceinfo>
34 > >
35 > > It worked before[TM], and I have no idea where else to look. Any ideas please?
36 >
37 > I think taht KDE4 do not touch your initial keyboard settings (xorg.conf or
38 > hal,...) unless you change something in its keyboard config
39 > (systemsettings ->regional&language->keyboard layout )
40 > maybe that you have wrong keyboard set explicitly there?
41 >
42 > I have "disable keyboard layouts" under the "layout" tab selected,
43 > but I can't say if it really works correctly (keeps the X
44 > configuration defaults) right now, because I can't restart X right now,
45 > and I change between
46 > 'setxkbmap -option grp:shifts_toggle sk,us qwerty,'
47 > and a simple
48 > 'setxkbmap us'
49 > with some scripts, because the dual layout confuses some apps like
50 > synergy, x2x, rdesktop, even some vnc clients...
51 >
52 >
53 > what happens if you you type "setxkbmap de" in an terminal (konsole,
54 > xterm,...) after kde starts up?
55
56
57 and of course you can check your current settings with
58 setxkbmap -print
59
60 yoyo