public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] KDE4 doesn't heed hal keyboard settings
@ 2010-03-25 12:49 Frank Steinmetzger
  2010-03-25 13:30 ` YoYo siska
  2010-03-25 13:46 ` Crístian Viana
  0 siblings, 2 replies; 7+ messages in thread
From: Frank Steinmetzger @ 2010-03-25 12:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1531 bytes --]

Hello

I'm not sure how to specify the topic in more detail. Over the last to hours I 
tried to get KDE4 to behave like it did before I rebuilt my system. My goal is 
to have a German layout with dead keys. In the process I've even gotten the 
system to react to the menu key again. But apart from that, for some reason, 
KDE4 won't behave like I want it to.

I say KDE4 because KDE3 apparently works. I know because login with KDM4 
doesn't work at the moment, so I'm using KDM3. There I can input accented 
letters of all sorts (in the username input field). But not in KDM4 and not in 
my KDE4 environment.

I also tried it with and without KDE's own keyboard layout settings, where I 
set up a de layout of default variant (thus with dead keys). But to no avail.

Here's the content of my hal config file:

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.keyboard">
      <merge key="input.x11_options.XkbRules" type="string">evdev</merge>
      <merge key="input.x11_options.XkbModel" type="string">evdev</merge>

      <merge key="input.x11_options.XkbLayout" type="string">de</merge>
      <merge key="input.xkb.options" 
type="strlist">menu:Multi_key,terminate:ctrl_alt_bksp</merge>
    </match>
  </device>
</deviceinfo>

It worked before[TM], and I have no idea where else to look. Any ideas please?
-- 
Gruß | Greetings | Qapla'
WinErr 020: Error recording error codes - Additional errors will be lost.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings
  2010-03-25 12:49 [gentoo-user] KDE4 doesn't heed hal keyboard settings Frank Steinmetzger
@ 2010-03-25 13:30 ` YoYo siska
  2010-03-25 13:35   ` YoYo siska
  2010-03-25 13:46 ` Crístian Viana
  1 sibling, 1 reply; 7+ messages in thread
From: YoYo siska @ 2010-03-25 13:30 UTC (permalink / raw
  To: gentoo-user

On Thu, Mar 25, 2010 at 01:49:04PM +0100, Frank Steinmetzger wrote:
> Hello
> 
> I'm not sure how to specify the topic in more detail. Over the last to hours I 
> tried to get KDE4 to behave like it did before I rebuilt my system. My goal is 
> to have a German layout with dead keys. In the process I've even gotten the 
> system to react to the menu key again. But apart from that, for some reason, 
> KDE4 won't behave like I want it to.
> 
> I say KDE4 because KDE3 apparently works. I know because login with KDM4 
> doesn't work at the moment, so I'm using KDM3. There I can input accented 
> letters of all sorts (in the username input field). But not in KDM4 and not in 
> my KDE4 environment.
> 
> I also tried it with and without KDE's own keyboard layout settings, where I 
> set up a de layout of default variant (thus with dead keys). But to no avail.
> 
> Here's the content of my hal config file:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <deviceinfo version="0.2">
>   <device>
>     <match key="info.capabilities" contains="input.keyboard">
>       <merge key="input.x11_options.XkbRules" type="string">evdev</merge>
>       <merge key="input.x11_options.XkbModel" type="string">evdev</merge>
> 
>       <merge key="input.x11_options.XkbLayout" type="string">de</merge>
>       <merge key="input.xkb.options" 
> type="strlist">menu:Multi_key,terminate:ctrl_alt_bksp</merge>
>     </match>
>   </device>
> </deviceinfo>
> 
> It worked before[TM], and I have no idea where else to look. Any ideas please?

I think taht KDE4 do not touch your initial keyboard settings (xorg.conf or
hal,...) unless  you change something in its keyboard config
(systemsettings ->regional&language->keyboard layout )
maybe that you have wrong keyboard set explicitly there?

I have "disable keyboard layouts" under the "layout" tab selected,
but I can't say if it really works correctly (keeps the X
configuration defaults) right now, because I can't restart X right now,
and I change between
'setxkbmap -option grp:shifts_toggle sk,us qwerty,'
and a simple 
'setxkbmap us'
with some scripts, because the dual layout confuses some apps like
synergy, x2x, rdesktop, even some vnc clients... 


what happens if you you type "setxkbmap de" in an terminal (konsole,
xterm,...) after kde starts up?

yoyo





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings
  2010-03-25 13:30 ` YoYo siska
@ 2010-03-25 13:35   ` YoYo siska
  0 siblings, 0 replies; 7+ messages in thread
From: YoYo siska @ 2010-03-25 13:35 UTC (permalink / raw
  To: gentoo-user

On Thu, Mar 25, 2010 at 02:30:49PM +0100, YoYo siska wrote:
> On Thu, Mar 25, 2010 at 01:49:04PM +0100, Frank Steinmetzger wrote:
> > Hello
> > 
> > I'm not sure how to specify the topic in more detail. Over the last to hours I 
> > tried to get KDE4 to behave like it did before I rebuilt my system. My goal is 
> > to have a German layout with dead keys. In the process I've even gotten the 
> > system to react to the menu key again. But apart from that, for some reason, 
> > KDE4 won't behave like I want it to.
> > 
> > I say KDE4 because KDE3 apparently works. I know because login with KDM4 
> > doesn't work at the moment, so I'm using KDM3. There I can input accented 
> > letters of all sorts (in the username input field). But not in KDM4 and not in 
> > my KDE4 environment.
> > 
> > I also tried it with and without KDE's own keyboard layout settings, where I 
> > set up a de layout of default variant (thus with dead keys). But to no avail.
> > 
> > Here's the content of my hal config file:
> > 
> > <?xml version="1.0" encoding="UTF-8"?>
> > <deviceinfo version="0.2">
> >   <device>
> >     <match key="info.capabilities" contains="input.keyboard">
> >       <merge key="input.x11_options.XkbRules" type="string">evdev</merge>
> >       <merge key="input.x11_options.XkbModel" type="string">evdev</merge>
> > 
> >       <merge key="input.x11_options.XkbLayout" type="string">de</merge>
> >       <merge key="input.xkb.options" 
> > type="strlist">menu:Multi_key,terminate:ctrl_alt_bksp</merge>
> >     </match>
> >   </device>
> > </deviceinfo>
> > 
> > It worked before[TM], and I have no idea where else to look. Any ideas please?
> 
> I think taht KDE4 do not touch your initial keyboard settings (xorg.conf or
> hal,...) unless  you change something in its keyboard config
> (systemsettings ->regional&language->keyboard layout )
> maybe that you have wrong keyboard set explicitly there?
> 
> I have "disable keyboard layouts" under the "layout" tab selected,
> but I can't say if it really works correctly (keeps the X
> configuration defaults) right now, because I can't restart X right now,
> and I change between
> 'setxkbmap -option grp:shifts_toggle sk,us qwerty,'
> and a simple 
> 'setxkbmap us'
> with some scripts, because the dual layout confuses some apps like
> synergy, x2x, rdesktop, even some vnc clients... 
> 
> 
> what happens if you you type "setxkbmap de" in an terminal (konsole,
> xterm,...) after kde starts up?


and of course you can check your current settings with 
setxkbmap -print

yoyo



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings
  2010-03-25 12:49 [gentoo-user] KDE4 doesn't heed hal keyboard settings Frank Steinmetzger
  2010-03-25 13:30 ` YoYo siska
@ 2010-03-25 13:46 ` Crístian Viana
  2010-03-25 14:16   ` Frank Steinmetzger
  2010-03-26 13:55   ` Frank Steinmetzger
  1 sibling, 2 replies; 7+ messages in thread
From: Crístian Viana @ 2010-03-25 13:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

I have the same problem as you have (but I need a pt_BR keyboard layout
instead of de). I can't get it work with KDE 4 and Xorg/HAL, so my solution
was to emerge xorg-server with USE flag "hal" disabled :-)

[-- Attachment #2: Type: text/html, Size: 226 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings
  2010-03-25 13:46 ` Crístian Viana
@ 2010-03-25 14:16   ` Frank Steinmetzger
  2010-03-26 13:55   ` Frank Steinmetzger
  1 sibling, 0 replies; 7+ messages in thread
From: Frank Steinmetzger @ 2010-03-25 14:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 674 bytes --]

Am Donnerstag, 25. März 2010 schrieb Crístian Viana:
> I have the same problem as you have (but I need a pt_BR keyboard layout
> instead of de). I can't get it work with KDE 4 and Xorg/HAL, so my solution
> was to emerge xorg-server with USE flag "hal" disabled :-)

You're not Dale under cover, are you? ;-)
It _did_ work before, but I can't remember any more what was different. KDM4 
not logging in due to a pam authentication error also only appeared in the new 
system, it wasn't broken in the old one. :-(
-- 
Gruß | Greetings | Qapla'
No trees were killed in the sending of this message.
However a large number of electrons were terribly inconvenienced.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings
  2010-03-25 13:46 ` Crístian Viana
  2010-03-25 14:16   ` Frank Steinmetzger
@ 2010-03-26 13:55   ` Frank Steinmetzger
  2010-03-29 17:58     ` Crístian Viana
  1 sibling, 1 reply; 7+ messages in thread
From: Frank Steinmetzger @ 2010-03-26 13:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 898 bytes --]

Am Donnerstag, 25. März 2010 schrieb Crístian Viana:
> I have the same problem as you have (but I need a pt_BR keyboard layout
> instead of de). I can't get it work with KDE 4 and Xorg/HAL, so my solution
> was to emerge xorg-server with USE flag "hal" disabled :-)

I found the solution (at least for me, though it’s possible that it is your 
cause as well, I don’t really think it is).

In my old system I had ibus installed so I could (theoretically) input 
Chinese, Japanese and the likes. I can’t read or write either of those, I only 
installed it for the unlikely case that a person who does wants to use my 
computer. So I didn’t install it again, but I still had the necessary 
environment variables set (XMODIFIERS, QT_IM_MODULE, GTK_MODULE). By removing 
them from my environment, all is fine again. :-)
-- 
Gruß | Greetings | Qapla'
Ladies fist, James Last.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings
  2010-03-26 13:55   ` Frank Steinmetzger
@ 2010-03-29 17:58     ` Crístian Viana
  0 siblings, 0 replies; 7+ messages in thread
From: Crístian Viana @ 2010-03-29 17:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

hey Frank, that was exactly my problem! :-) I also had ibus installed and I
had those variables set. now they don't exist, my keyboard is [almost]
working with HAL. now some other problems came up (like 1) when I press /,
the cursor goes to the beginning of the text field and then the character /
is displayed; 2) when I pressed DEL it emits PrtScn and then DEL). but it's
a start, I've never imagined that ibus was the cause of this.

[-- Attachment #2: Type: text/html, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-03-29 18:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25 12:49 [gentoo-user] KDE4 doesn't heed hal keyboard settings Frank Steinmetzger
2010-03-25 13:30 ` YoYo siska
2010-03-25 13:35   ` YoYo siska
2010-03-25 13:46 ` Crístian Viana
2010-03-25 14:16   ` Frank Steinmetzger
2010-03-26 13:55   ` Frank Steinmetzger
2010-03-29 17:58     ` Crístian Viana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox