On Wed, Feb 23, 2011 at 01:16:01PM +0100, Eric Valette wrote:
> 
> I did a copy of the new ckbcomp to /usr/bin/ and then dpkg-reconfigure 
> keyboard-configuration. Rebooted. Problem seems to be gone.
>
> Note: all machine that have the problem are 64 bits machine.

I don't know about the problem with console-data, but the change of 
ckbcomp is not related to the bits.  The experimental version of 
xkb-data uses _ (underscore) in some names and console-setup didn't 
allow this because there wasn't any formal description of the files in 
/usr/share/X11/xkb and I didn't know _ was permited.  Simple changes 
like the following fixed the problem:

-       if ($pattern =~ /^\$([a-zA-Z0-9]+)$/) {
+       if ($pattern =~ /^\$([a-zA-Z0-9_]+)$/) {

Anton Zinoviev




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to