Your message dated Sat, 03 Jun 2006 08:40:23 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362107: fixed in control-center 1:2.14.1-1
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)

--- Begin Message --- Package: xserver-xorg-input-evdev
Version: 1:1.0.0.5-2
Severity: grave
Justification: renders package unusable

[EMAIL PROTECTED]:~$ gnome-settings-daemon --sync
The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 3098 error_code 2 request_code 116 minor_code 0)
(Note to programmers: normally, X errors are reported
asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a
meaningful
backtrace from your debugger if you break on the
gdk_x_error() function.)
[1144833178,000,xklavier.c:XklStartListen/]     The
backend does not require manual layout management - but
it is provided by the application

I use evdev for my mouse as follows(and i really like it... no more need
to imwheel and xmodmap):

Section "InputDevice"
        Identifier      "Configured Mouse"
        Option          "CorePointer"
        Driver          "evdev"
        Option          "Device"        "/dev/input/event2"
EndSection

gnome-control-center package version is 2.12.3-2


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6                         2.3.6-6    GNU C Library: Shared libraries
ii  xserver-xorg-core             1:1.0.2-2  X.Org X server -- core server

xserver-xorg-input-evdev recommends no packages.

-- no debconf information


--
Smile...  tomorrow will be worse.
                          http://anarka.org
--- End Message ---
--- Begin Message ---
Source: control-center
Source-Version: 1:2.14.1-1

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.14.1-1_all.deb
  to pool/main/c/control-center/capplets-data_2.14.1-1_all.deb
control-center_2.14.1-1.diff.gz
  to pool/main/c/control-center/control-center_2.14.1-1.diff.gz
control-center_2.14.1-1.dsc
  to pool/main/c/control-center/control-center_2.14.1-1.dsc
control-center_2.14.1.orig.tar.gz
  to pool/main/c/control-center/control-center_2.14.1.orig.tar.gz
gnome-control-center_2.14.1-1_i386.deb
  to pool/main/c/control-center/gnome-control-center_2.14.1-1_i386.deb
libgnome-window-settings-dev_2.14.1-1_all.deb
  to pool/main/c/control-center/libgnome-window-settings-dev_2.14.1-1_all.deb
libgnome-window-settings1_2.14.1-1_i386.deb
  to pool/main/c/control-center/libgnome-window-settings1_2.14.1-1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco Cabizza <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Sat,  6 May 2006 17:01:39 +0200
Source: control-center
Binary: libgnome-window-settings1 gnome-control-center 
libgnome-window-settings-dev capplets-data
Architecture: source all i386
Version: 1:2.14.1-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Patard <[EMAIL PROTECTED]>
Changed-By: Marco Cabizza <[EMAIL PROTECTED]>
Description: 
 capplets-data - configuration applets for GNOME 2 - data files
 gnome-control-center - utilities to configure the GNOME desktop
 libgnome-window-settings-dev - Utility library for getting window manager 
settings (headers)
 libgnome-window-settings1 - Utility library for getting window manager settings
Closes: 347796 348809 349399 351798 362107 362563 365977
Changes: 
 control-center (1:2.14.1-1) unstable; urgency=low
 .
   [ Marco Cabizza ]
   * New upstream release.
     - fixed the xkb releated bugs (Closes: #348809, #349399, #351798)
     - evdev doesn't crash gnome-settings-daemon any more
     (Closes: #362107, #362563)
     - fixed the gnome-settings-daemon crash at startup (Closes: #347796)
   * debian/control, debian/control.in:
     - dropped the dependency on xlibs due to its deprecation (Closes: #365977)
     - standards version is 3.7.2
     - Build-depend on libgtk2.0-dev (>= 2.8.12) and
       libgstreamer-plugins-base0.10-dev
   * debian/rules:
     - append --enable-gstreamer=0.10 to configure
   * debian/capplets-data.install:
     - added usr/share/desktop-directories to the list
   * debian/patches/02_xrdb.patch:
     - updated to fit upstream
   * debian/patches/08_pmu_fix.patch:
     - dropped; already merged upstream
   * New packages:
     - Move libgnome-window-settings.so.1 in the newly created
       libgnome-window-settings1 and add libgnome-window-settings1.shlibs
     - Move the libwindow-settings' header files in the newly created
       libgnome-window-settings-dev
   * debian/patches/25_window_manager_settings.patch:
     - rename /usr/lib/window-manager-settings to
       /usr/lib/libgnome-window-settings1.
 .
   [ Josselin Mouette ]
   * Make the package binNMU-safe.
     + Build-depend on dpkg-dev 1.13.19.
     + Use ${source:Version}.
Files: 
 108a0c4c1c25f460782a0d0ef79f5a9d 2409 gnome optional 
control-center_2.14.1-1.dsc
 f094efa64bc4530bad9424c0371d47f2 3103976 gnome optional 
control-center_2.14.1.orig.tar.gz
 957cff91b975264e64efc40c42acdde2 26911 gnome optional 
control-center_2.14.1-1.diff.gz
 c1caa57e7487c0f2ca550c6e9c11dbb5 2024612 gnome optional 
capplets-data_2.14.1-1_all.deb
 3c10fa033125c4069e71ae22ce45c8b3 70440 libdevel optional 
libgnome-window-settings-dev_2.14.1-1_all.deb
 d6f9a45a50a4b093709050b8edb2a4fa 622686 gnome optional 
gnome-control-center_2.14.1-1_i386.deb
 9ce0ffe4f184c622b1ee97982d196e6a 73860 libs optional 
libgnome-window-settings1_2.14.1-1_i386.deb

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

iD8DBQFEalrIGJU/LHOwJZIRAtOqAJ9s6aeu4K+MS62FIv6knhH6fKWnzQCeO+wy
YRaCww/uTop2GsE7cxxZRaI=
=//xt
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to