[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#247944: marked as done (kbd-chooser fails for unicode keymaps)



Your message dated Sat, 15 May 2004 17:02:04 -0400
with message-id <E1BP6IG-00051i-00@newraff.debian.org>
and subject line Bug#247944: fixed in kbd-chooser 0.53
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 May 2004 04:03:44 +0000
>From roktas@samsun.omu.edu.tr Fri May 07 21:03:44 2004
Return-path: <roktas@samsun.omu.edu.tr>
Received: from samsun.omu.edu.tr [193.140.28.3] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BMJ3v-0004EP-00; Fri, 07 May 2004 21:03:44 -0700
Received: from localhost (localhost [[UNIX: localhost]])
	by samsun.omu.edu.tr (8.11.6/8.11.6) id i4840E610192;
	Sat, 8 May 2004 07:00:14 +0300
Date: Sat, 8 May 2004 07:03:04 +0300
From: Recai Oktas <roktas@omu.edu.tr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: kbd-chooser fails for unicode keymaps
Message-ID: <[🔎] 20040508040304.GA3631@localhost>
Mail-Followup-To: Debian Bug Tracking System <submit@bugs.debian.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="ZfOjI3PrQbgiZnxM"
Content-Disposition: inline
X-Reportbug-Version: 2.43
User-Agent: Mutt/1.5.6i
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1


--ZfOjI3PrQbgiZnxM
Content-Type: multipart/mixed; boundary="EeQfGwPcQSOJBaQU"
Content-Disposition: inline


--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=iso-8859-9
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: kbd-chooser
Version: 0.52
Severity: important
Tags: patch

Hi,

While I was testing the Turkish unicode keymap (trqu), I noticed that=20
kbd-chooser couldn't set the keyboard mode to unicode, though it could=20
detect the unicode mapping.  After a quick debug session, I found that=20
the "loadkeys + set_kbd_mode" calling order was indeed wrong.  After=20
loading the unicode keymap, 'loadkeys' gave a d-i warning and failed,=20
because the keyboard mode had not been set yet.  Simply reversing the=20
calling order fixed the problem.  Please find the patch attached.

Regards,

--=20
roktas

--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=iso-8859-9
Content-Disposition: attachment; filename="kbd-mode.patch"
Content-Transfer-Encoding: quoted-printable

--- loadkeys.y.old	2004-05-08 06:45:26.000000000 +0300
+++ loadkeys.y	2004-05-08 06:45:33.000000000 +0300
@@ -279,8 +279,8 @@
 		exit (1);
 	}
 	do_constant();
-	loadkeys (fd);
 	set_kbd_mode (fd);
+	loadkeys (fd);
 	exit (0);
 }
=20

--EeQfGwPcQSOJBaQU--

--ZfOjI3PrQbgiZnxM
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAnFv4nA44mz/SXIQRAkW9AJ9W+HtYpBdKiC9o9WmFBD0uFrjD7QCdEOyi
aXynUECz59GSzikoUEW7yxI=
=FpDc
-----END PGP SIGNATURE-----

--ZfOjI3PrQbgiZnxM--

---------------------------------------
Received: (at 247944-close) by bugs.debian.org; 15 May 2004 21:08:03 +0000
>From katie@ftp-master.debian.org Sat May 15 14:08:03 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BP6O3-00023h-00; Sat, 15 May 2004 14:08:03 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BP6IG-00051i-00; Sat, 15 May 2004 17:02:04 -0400
From: Alastair McKinstry <mckinstry@debian.org>
To: 247944-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#247944: fixed in kbd-chooser 0.53
Message-Id: <E1BP6IG-00051i-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 15 May 2004 17:02:04 -0400
Delivered-To: 247944-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: kbd-chooser
Source-Version: 0.53

We believe that the bug you reported is fixed in the latest version of
kbd-chooser, which is due to be installed in the Debian FTP archive:

kbd-chooser_0.53.dsc
  to pool/main/k/kbd-chooser/kbd-chooser_0.53.dsc
kbd-chooser_0.53.tar.gz
  to pool/main/k/kbd-chooser/kbd-chooser_0.53.tar.gz
kbd-chooser_0.53_i386.udeb
  to pool/main/k/kbd-chooser/kbd-chooser_0.53_i386.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 247944@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckinstry@debian.org> (supplier of updated kbd-chooser package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 15 May 2004 19:07:16 +0100
Source: kbd-chooser
Binary: kbd-chooser
Architecture: source i386
Version: 0.53
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Alastair McKinstry <mckinstry@debian.org>
Description: 
 kbd-chooser - Detect a keyboard and select layout (udeb)
Closes: 245477 247466 247944
Changes: 
 kbd-chooser (0.53) unstable; urgency=low
 .
   * Fix calculation of default keymap by locale. Closes: #245477, #247466.
   * make kbd-chooser work with unicode maps. Closes: #247944.
Files: 
 92b78e7b85fbeca42cb87b28c52fd5b6 744 debian-installer standard kbd-chooser_0.53.dsc
 04b3f5271e69fda6eedf9a4198a6a468 137360 debian-installer standard kbd-chooser_0.53.tar.gz
 45217d21b1f9a03d2532b519e78495e6 33112 debian-installer standard kbd-chooser_0.53_i386.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFApoEmQTK/kCo4XFcRAlEJAJ0UqbOJp7r+QLJVT2Nqko7IB/q0RgCghnR0
F0O6bxVqYnP0e1eCRQDXb8I=
=co+u
-----END PGP SIGNATURE-----



Reply to: