From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Message-ID: <47DC3F78.4030509@gmail.com> Date: Sun, 16 Mar 2008 00:28:24 +0300 From: Alexey Gladkov User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.12) Gecko/20080303 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Linux console tools development discussion References: <577f15290803151142r48ac25cdr3449f3f7bc9a8ad2@mail.gmail.com> In-Reply-To: <577f15290803151142r48ac25cdr3449f3f7bc9a8ad2@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [kbd] duplicate filenames X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.10b3 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: Sat, 15 Mar 2008 20:24:57 -0000 Archived-At: List-Archive: Roman Kyrylych wrote: > Hi! > > I've found that some keymaps' variants have the same filename. > This is very bad, because doing loadkeys es, for example, will load > olpc variant which is not what 99,99% of users need. ;-) Agree. This is really bad problem. > $ ./find-duplicate-names.sh > /usr/share/kbd/keymaps/i386/dvorak/no.map.gz > /usr/share/kbd/keymaps/i386/fgGIod/trf.map.gz > /usr/share/kbd/keymaps/i386/olpc/es.map.gz > /usr/share/kbd/keymaps/i386/qwerty/es.map.gz > /usr/share/kbd/keymaps/i386/qwerty/no.map.gz > /usr/share/kbd/keymaps/i386/qwerty/trf.map.gz > > Please apply the patch attached below. I shall follow the naming policy when I will add new keymaps. Something like this: -[-].map -- Rgrds, legion