Bug#242932: marked as done (gnome-keyboard-properties: Changing keyboard layout disables keyboard)

Debian Bug Tracking System owner@bugs.debian.org
Sun, 12 Jun 2005 13:18:45 -0700


Your message dated Sun, 12 Jun 2005 15:33:10 -0400
with message-id <E1DhYCk-0006xH-00@newraff.debian.org>
and subject line Bug#251126: fixed in control-center 1:2.10.1-2
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; 9 Apr 2004 18:42:23 +0000
>From mreynolds@loopysoft.com Fri Apr 09 11:42:23 2004
Return-path: <mreynolds@loopysoft.com>
Received: from master.debian.org [146.82.138.7] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BC0xL-0002rs-00; Fri, 09 Apr 2004 11:42:23 -0700
Received: from gw.telephia.com ([127.0.0.1]) [65.171.135.50] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BC0xJ-0008KI-00; Fri, 09 Apr 2004 13:42:21 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Matt Reynolds <mreynolds@loopysoft.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gnome-keyboard-properties: Changing keyboard layout disables keyboard
X-Mailer: reportbug 2.56
Date: Fri, 09 Apr 2004 11:37:27 -0500
X-Debbugs-Cc: mreynolds@loopysoft.com
Message-Id: <E1BC0xJ-0008KI-00@master.debian.org>
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=ham 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Scores: 1 1

Package: capplets
Version: 1:2.6.0.3-2
Severity: important
Tags: experimental

I'm using a "Logitech Cordless Desktop Pro".  My X settings have it
configured as an "Itouch" keyboard (See X config included).  Gnome's
keyboard capplet shows my keyboard as "Logitech Itouch" (seemingly per X
config).  When I change the Layout to be "Logitech Cordless Desktop Pro"
and log out/in, key strokes register but do not produce characters.  AKA,
I can't type.

If I "reset to default", log out/in, I can type again.  I'm not sure why
this is happening or how to debug it, but it seemed like a bad idea to
allow a Gnome component to be able to "disable" one's keyboard.

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
	FontPath	"unix/:7110"			# local font server
	FontPath	"unix/:7100"
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

### END DEBCONF SECTION

Section "ServerLayout"
	Identifier     "Matrox PowerDesk configured."
	Screen      0  "Display Merged" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules"	 "xfree86"
        Option      "XkbModel"	 "itouch"
        Option      "XkbLayout"	 "us"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Device"	"/dev/input/mice"
	Option		"Protocol"	"IMPS/2"
	Option		"ZAxisMapping"	"4 5"
	Option		"Resolution" "1600"
EndSection

Section "Monitor"
	Identifier   "Display Merged"
	VendorName   "VSC"
	ModelName    "G90f"
	HorizSync    30.0 - 97.0
	VertRefresh  50.0 - 180.0
EndSection

Section "Device"
	Identifier  "MATROX CARD 1"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "MGA G400 AGP"
	Option      "hw cursor" "off"
	BusID       "PCI:1:0:0"
  Option    "AGPMode"   "4"
EndSection

Section "Screen"
	Identifier "Display Merged"
	Device     "MATROX CARD 1"
	Monitor    "Display Merged"
	DefaultDepth    24
	Option      "Monitor2Position" "RightOf"
	Option      "MergedFB"
	Option      "MetaModes" "1152x864-1152x864 1152x864 "
	Option      "Monitor2HSync" "30.0-97.0 "
	Option      "Monitor2VRefresh" "50.0-180.0 "
	SubSection "Display"
		Virtual   2304 864
		Depth     24
		Modes    "1152x864"
	EndSubSection
EndSection

Section "DRI"
    Group "video"
    Mode 0660
EndSection

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.4-mppe
Locale: LANG=C, LC_CTYPE=C

Versions of packages capplets depends on:
ii  capplets-data               1:2.6.0.3-2  configuration applets for GNOME 2 
ii  gnome-control-center        1:2.6.0.3-2  The GNOME Control Center for GNOME
ii  gnome-desktop-data          2.6.0-2      Common files for GNOME 2 desktop a
ii  gnome-icon-theme            1.2.0-2      GNOME Desktop icon theme
ii  gnome-panel                 2.6.0-3      Launch and/or dock GNOME 2 applica
ii  gnome-session               2.6.0-3      The GNOME 2 Session Manager
ii  libart-2.0-2                2.3.16-3     Library of functions for 2D graphi
ii  libasound2                  1.0.3b-1     Advanced Linux Sound Architecture 
ii  libatk1.0-0                 1.6.0-2      The ATK accessibility toolkit
ii  libaudiofile0               0.2.6-3      Open-source version of SGI's audio
ii  libbonobo2-0                2.6.0-1      Bonobo CORBA interfaces library
ii  libbonoboui2-0              2.6.0-1      The Bonobo UI library
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libeel2-2                   2.6.0-1      Eazel Extensions Library (for GNOM
ii  libesd0                     0.2.29-1     Enlightened Sound Daemon - Shared 
ii  libfontconfig1              2.2.2-2      generic font configuration library
ii  libfreetype6                2.1.7-2      FreeType 2 font engine, shared lib
ii  libgail-common              1.4.1-1      GNOME Accessibility Implementation
ii  libgail17                   1.4.1-1      GNOME Accessibility Implementation
ii  libgconf2-4                 2.6.0-2      GNOME configuration database syste
ii  libgcrypt7                  1.1.90-1.1   LGPL Crypto library - runtime libr
ii  libglade2-0                 1:2.0.1-13   Library to load .glade files at ru
ii  libglib2.0-0                2.4.0-2      The GLib library of C routines
ii  libgnome-desktop-2          2.4.1-9      Utility library for loading .deskt
ii  libgnome-keyring0           0.2.0-3      GNOME keyring services library
ii  libgnome2-0                 2.6.0-4      The GNOME 2 library - runtime file
ii  libgnomecanvas2-0           2.6.0-2      A powerful object-oriented display
ii  libgnomeui-0                2.6.0-7      The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0              2.6.0-4      The GNOME virtual file-system libr
ii  libgnutls10                 1.0.4-3      GNU TLS library - runtime library
ii  libgpg-error0               0.7-1        library for common error values an
ii  libgtk2.0-0                 2.4.0-2      The GTK+ graphical user interface 
ii  libice6                     4.3.0-7      Inter-Client Exchange library
ii  libjpeg62                   6b-9         The Independent JPEG Group's JPEG 
ii  libmetacity0                1:2.8.0-3    Common library of lightweight GTK2
ii  libnautilus2-2              2.6.0-1      libraries for nautilus components 
ii  liborbit2                   1:2.10.0-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0               1.4.0-1      Layout and rendering of internatio
ii  libpopt0                    1.7-4        lib for parsing cmdline parameters
ii  libsm6                      4.3.0-7      X Window System Session Management
ii  libstartup-notification0    0.5-9        library for program launch feedbac
ii  libtasn1-2                  0.2.7-1      Manage ASN.1 structures (runtime)
ii  libx11-6                    4.3.0-7      X Window System protocol client li
ii  libxext6                    4.3.0-7      X Window System miscellaneous exte
ii  libxft2                     2.1.2-6      FreeType-based font drawing librar
ii  libxklavier8                1.00-1.1     X Keyboard Extension high-level AP
ii  libxml2                     2.6.8-1      GNOME XML library
ii  libxrandr2                  4.3.0-7      X Window System Resize, Rotate and
ii  libxrender1                 0.8.3-7      X Rendering Extension client libra
ii  nautilus                    2.6.0-1      file manager and graphical shell f
ii  xlibs                       4.3.0-7      X Window System client libraries m
ii  zlib1g                      1:1.2.1-5    compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 251126-close) by bugs.debian.org; 12 Jun 2005 19:39:55 +0000
>From katie@ftp-master.debian.org Sun Jun 12 12:39:55 2005
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 1DhYJH-0004Eb-00; Sun, 12 Jun 2005 12:39:55 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DhYCk-0006xH-00; Sun, 12 Jun 2005 15:33:10 -0400
From: =?utf-8?b?TWFyYyBEZXF1w6huZXMgKER1Y2sp?= <Duck@DuckCorp.org>
To: 251126-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#251126: fixed in control-center 1:2.10.1-2
Message-Id: <E1DhYCk-0006xH-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 12 Jun 2005 15:33:10 -0400
Delivered-To: 251126-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(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_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: control-center
Source-Version: 1:2.10.1-2

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

capplets-data_2.10.1-2_all.deb
  to pool/main/c/control-center/capplets-data_2.10.1-2_all.deb
capplets_2.10.1-2_i386.deb
  to pool/main/c/control-center/capplets_2.10.1-2_i386.deb
control-center_2.10.1-2.diff.gz
  to pool/main/c/control-center/control-center_2.10.1-2.diff.gz
control-center_2.10.1-2.dsc
  to pool/main/c/control-center/control-center_2.10.1-2.dsc
gnome-control-center_2.10.1-2_i386.deb
  to pool/main/c/control-center/gnome-control-center_2.10.1-2_i386.deb



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 251126@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marc Dequènes (Duck) <Duck@DuckCorp.org> (supplier of updated control-center 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: Sun, 12 Jun 2005 19:43:28 +0200
Source: control-center
Binary: capplets gnome-control-center capplets-data
Architecture: source all i386
Version: 1:2.10.1-2
Distribution: unstable
Urgency: low
Maintainer: Arnaud Patard <arnaud.patard@rtp-net.org>
Changed-By: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Description: 
 capplets   - configuration applets for GNOME 2 - binaries files
 capplets-data - configuration applets for GNOME 2 - data files
 gnome-control-center - The GNOME Control Center for GNOME 2
Closes: 166982 166983 216927 251126 257241 260277 313217
Changes: 
 control-center (1:2.10.1-2) unstable; urgency=low
 .
   * Upload to unstable (GNOME Team upload) (Closes: #313217).
   * Fixed in 2.10 :
     + crashes at startup when loading settings (Closes: #251126).
     + installing files from ~/.themes fails (Closes: #166983).
     + bad icon themes install path (Closes: #257241).
     + installing bad theme fails silently (Closes: #166982).
     + incorrect position of volume dialog (Closes: #260277).
     + cannot turn off sound events (Closes: #216927).
     and probably some more...
   * Buildsys not idempotent breaking next build because of missing
     schema '.in' file worked around in clean rule (GNOME people should
     really learn to test before releasing...).
 .
 control-center (1:2.10.1-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/control.in:
     - Updated build-dependencies
   * debian/patches:
     - 01_gnome-default-applications-properties-structs.c.patch: Removed as
     Debian's default applications are included upstream
     - 03_gsd_actions_makefile.am.patch: Not more needed
     - 05_path_xtra-2.patch: Regenerated
     - 06_disable_update_mime_at_install.patch:
     - 07_disable_update_mime_at_install-2.patch:
       Don't call update-desktop-database
     - 11_sleepkey.patch: patch taken to seb128's package to use gdm-signal
     - 12_sort_entries.patch: Sort entries in each categories
     when suspending from keyboard key
     - 21_show_xkb_warning_one_time.patch: should not be needed anymore
     - 21_show_xkb_warning_one_time.patch: updated
     - 17_locate_pointer.patch:
     - 23_infinite_loop_theme_manager.patch:
       This upstream version has theses patches
Files: 
 2c6cbb3019247efffe42ad7d8145d230 2241 gnome optional control-center_2.10.1-2.dsc
 f9aec9b41d9ad9c6f38eed34c2de0b6e 43048 gnome optional control-center_2.10.1-2.diff.gz
 5e04e58af0e52457729d7209ede93d43 1760416 gnome optional capplets-data_2.10.1-2_all.deb
 7f9d5e218602a6c5387c5c253efccc45 556832 gnome optional capplets_2.10.1-2_i386.deb
 5941eb49122a8bea5ac5e1daac56a175 73810 gnome optional gnome-control-center_2.10.1-2_i386.deb

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

iD8DBQFCrHgTsczZcpAmcIYRAtnqAJ9G6lX3x8zwXLSrcNqonAgbvgpn2wCdHuZe
DGuT/6yxzKBmrLONcmzUPC4=
=52BI
-----END PGP SIGNATURE-----