From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 Date: Sun, 30 Oct 2016 19:43:48 +0100 (CET) From: Mikulas Patocka X-X-Sender: mikulas@leontynka To: Andreas Henriksson In-Reply-To: <20161030131437.GA31118@fatal.se> Message-ID: References: <20161030131437.GA31118@fatal.se> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Sun, 30 Oct 2016 23:37:19 +0300 Cc: Alexey Gladkov , Console utilities maintainers , kbd@lists.altlinux.org Subject: Re: [kbd] [Pkg-kbd-devel] loadkeys can't load Czech keyboard X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 18:43:53 -0000 Archived-At: List-Archive: On Sun, 30 Oct 2016, Andreas Henriksson wrote: > Hello Mikulas Patocka. > > On Sun, Oct 30, 2016 at 12:51:09PM +0100, Mikulas Patocka wrote: > > Hi > > > > The loadkeys program on debian sid loads the Czech keyboard incorrectly. > > Thanks for notifying us in the Debian camp. Please consider filing > a proper bug report using the reportbug utility. > > We'll be freezing Debian for the next stable release soon, so if > you'd like to see some fixes cherry-picked before that I'd be happy > to have bug reports where we can discuss what to cherry-pick. > > > > > The bug is in the upstream package "kbd", I bisected it and it is caused > > by the commit 3fdbff332a6ef88a2447584c47a8616dceb19548 ("ksyms: Global > > syms[] and charsets[] shouldn't be modified"). Prior to this commit, the > > keyboard is loaded correctly. > > Have you tried the latest commit[0] to see if it fixes the problem as > discussed recently on this mailing list post[1]? > > (Maybe your issue is unrelated to the discussed one, but you're both using > unicode and both references the same commit causing the issue.....) > > Regards, > Andreas Henriksson > > [0]: http://git.altlinux.org/people/legion/packages/kbd.git?p=kbd.git;a=commitdiff;h=64dfc1442011b3d9d892fd20476efa46fcaa992f > [1]: https://lists.altlinux.org/pipermail/kbd/2016-October/000602.html This commit only provides a partial fix - the top row keys work with this commit, but some of the dead keys for composing characters with acute and caron produce garbage. So far, the only possible fix it to revert the package "kbd" to version 1.15.5 (the version 1.15.5 works in Debian Jessie). Is it possible to revert the package to a version from Jessie if this bug were not fixed in time? Mikulas