Package: numlockx
Version: 1.2-3
Severity: important

--- Please enter the report below this line. ---

Hello,

today I upgraded numlockx to version 1.2-3. After a reboot, the X session would not start. A quick check of ~/.xsession-errors revealed a syntax error in /etc/X11/Xsession.d/55numlockx ("case $NUMLOCK" instead of "case $NUMLOCK in").
The session started after I inserted "in" as follows:

$ diff -Naur Xsession.d_55numlockx.dpkg Xsession.d_55numlockx.new
--- Xsession.d_55numlockx.dpkg  2012-05-14 11:45:22.000000000 +0200
+++ Xsession.d_55numlockx.new   2012-05-15 12:21:29.783698569 +0200
@@ -10,7 +10,7 @@

 # Toggle numlock if we're not removed
 if [ -x /usr/bin/numlockx ] ; then
-    case $NUMLOCK
+    case $NUMLOCK in
         off|on)
             SET=1
             ;;


Kind Regards
Rainer

--- System information. ---
Architecture: i386
Kernel:       Linux 3.2.0-2-686-pae

Debian Release: wheezy/sid
  500 unstable        ftp.de.debian.org
  500 testing         ftp.de.debian.org

--- Package information. ---
Depends       (Version) | Installed
=======================-+-===========
libc6          (>= 2.0) | 2.13-32
libx11-6                | 2:1.4.99.901-2
libxext6                | 2:1.3.1-2
libxtst6                | 2:1.2.1-1


Package's Recommends field is empty.

Suggests               (Version) | Installed
================================-+-===========
x-display-manager                |



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to