Bug 20580

Summary: Error activating XKB configuration.
Product: xkeyboard-config Reporter: anonymus
Component: GeneralAssignee: xkb
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: low CC: lech_najdek, peter.hutterer
Version: unspecifiedKeywords: NEEDINFO
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description anonymus 2009-03-10 09:49:01 UTC
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
10503000

If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB

[~]$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "evdev", "us", "nodeadkeys", ""
_XKB_RULES_NAMES(STRING) = "evdev", "pc105", "de", "nodeadkeys", ""

- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd

[~]$ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
 layouts = []
 model = 
 options = []
Comment 1 Sergey V. Udaltsov 2009-03-11 14:01:44 UTC
What happens if you try:

setxkbmap -rules evdev -model pc105 -layout de -variant nodeadkeys -option '' -print

(and the same without -print option).
Comment 2 anonymus 2009-03-14 04:01:46 UTC
[]$ setxkbmap -rules evdev -model pc105 -layout de -variant nodeadkeys
-option '' -print
xkb_keymap {
	xkb_keycodes  { include "evdev+aliases(qwertz)"	};
	xkb_types     { include "complete"	};
	xkb_compat    { include "complete"	};
	xkb_symbols   { include "pc+de(nodeadkeys)+inet(evdev)"	};
	xkb_geometry  { include "pc(pc105)"	};
};


Without the -print option i get no output

bugzilla-daemon@freedesktop.org schrieb:
> http://bugs.freedesktop.org/show_bug.cgi?id=20580
> 
> 
> Sergey V. Udaltsov <svu@gnome.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>            Keywords|                            |NEEDINFO
> 
> 
> 
> 
> --- Comment #1 from Sergey V. Udaltsov <svu@gnome.org>  2009-03-11 14:01:44 PST ---
> What happens if you try:
> 
> setxkbmap -rules evdev -model pc105 -layout de -variant nodeadkeys -option ''
> -print
> 
> (and the same without -print option).
> 
> 
Comment 3 Sergey V. Udaltsov 2009-03-15 08:39:16 UTC
Actually it seems rather GNOME than fd.o bug, but since I am sitting at both chairs...

Would you try running gnome-settings-daemon in the terminal (first you'll have to kill is many times, otherwise it respawns) setting "export XKL_DEBUG=150"?
Comment 4 Lech Najdek 2009-10-04 15:25:19 UTC
*** Bug 24309 has been marked as a duplicate of this bug. ***
Comment 5 Peter Hutterer 2014-11-11 22:24:51 UTC
Bug has been open for 5 years without getting attention. Sorry about that, I think it's better to just close it now. Please file a new bug if this is still an issue.

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.