Bug 4680 - Error activating XKB configuration
Summary: Error activating XKB configuration
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: App/xkbcomp (show other bugs)
Version: 6.8.2
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords: i18n, l10n
Depends on:
Blocks:
 
Reported: 2005-10-03 13:28 UTC by Csaba Szigetvári
Modified: 2006-04-01 17:05 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Csaba Szigetvári 2005-10-03 13:28:29 UTC
This appears to be a duplicate of BUG 606, though that bug report is related to
a previous version of xorg.

Under Gnome within the Keyboard Preferences application under the tab Layouts I
have tried to add the japanese layout to my "Generic 105-key (Intl) PC" keyboard
model additionally to the default language setting, but not making japanese the
default. Immediately after this an error message pops up. This message is
repeated each time the Keyboard preferences application is launched, and also
when the XServer is started. The error message is shown below.
Happened on a Linux i686 running Fedora Core 4, updated xorg modules via up2date
 at the last week of september 2005.
------------------------------
Error activating XKB configuration.
It can happen under various circumstances:
- a bug in libxklavier library
- a bug in X server (xkbcomp, xmodmap utilities)
- X server with incompatible libxkbfile implementation

X server version data:
The X.Org Foundation
60802000

If you report this situation as a bug, please include:
- The result of <b>xprop -root | grep XKB</b>
- The result of <b>gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd</b>
------------------------------
results regular:
xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "us", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "hu", "", "grp:alts_toggle"xprop 

gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
 layouts = [hu]
 model = pc105
 overrideSettings = false
 options = []

results with japanese layout as second choice>
-root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "us", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "jp106", "jp", "", ""

gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
 layouts = [hu]
 model = pc105

 overrideSettings = false
 options = []

All xorg modules belong to version 6.8.2
Comment 1 sledz41 2005-10-19 22:55:20 UTC
Found same bug on my Fedora Core 4 system.

Description of problem:

Error activating XKB configuration.
It can happen under various circumstances:
- a but in libxklavier library
- a but in X server (xkbcomp,xmodmap utilities)
- X server with incompatible libxkbfile implementation

X server version data:
The X Org Foundation
60802000

If you report this situation as a bug, please include:
- The result of <b>xprop -root | grep XKB</b>
- The result of <b>gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd</b>

_________________________________________________________
Result of xprop -root | grep XKB, Below
_________________________________________________________
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "us", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "us", "", ""
_________________________________________________________
Result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd, Below
_________________________________________________________
 layouts = [us,pl2,mk   pc104]
 model = pc104
 overrideSettings = false
 options = [grp grp:alts_toggle]


----
Ok, i'm using Fedora Core 4 and i was trying to install two keyboard layouts 1 
Macedonian and another Polish.

Version-Release number of selected component (if applicable):


How reproducible:

This was done by simply trying to add both Polish and Macedonian keyboard 
layouts. From the Desktop -> Preferences -> Keyboard
From the Menu located in X windows (GNOME)

Actual results:
Error above

Expected results:
Accepted Keyboard layout with out errors

Additional info:
Comment 2 Daniel Stone 2006-04-02 11:05:58 UTC
'pl2' is not a valid layout: please take this bug up with your distribution vendor.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.