Mailinglist Archive: opensuse-bugs (7832 mails)

< Previous Next >
[Bug 518281] No spanish keyboard after DVD installation
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 2 Sep 2009 07:42:52 -0600
  • Message-id: <20090902134252.9B932245514@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=518281

User eich@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=518281#c59





--- Comment #59 from Egbert Eich <eich@xxxxxxxxxx> 2009-09-02 07:42:49 MDT ---
(In reply to comment #58)
Created an attachment (id=316253)
--> (http://bugzilla.novell.com/attachment.cgi?id=316253) [details]
output of for i in `hal-find-by-capability --capability "input.keys"`; do
lshal
-u $i; done as normal user

output of

for i in `hal-find-by-capability --capability "input.keys"`; do lshal -u $i;
done

as normal user

There is a bunch of stuff missing.
There should be lines like:
input.x11_driver = 'evdev' (string)
input.xkb.layout = 'de' (string)
input.xkb.model = 'pc104' (string)
input.xkb.rules = 'base' (string)
This seems to be a HAL issue: HAL doesn't seem to merge
/usr/share/hal/fdi/policy/20thirdparty/11-keymap.fdi.
Looking at the attachment in comment #54 I cannot see why as the condition
<match key="info.capabilities" contains="input.keys">
is met by those entries.
There seems to be an issue with HAL.

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >