Package: xvkbd Version: 3.0-1 Severity: wishlist [ X-Debbugs-CC set to upstream author as this is not debian specific issue. ]
Steps to reproduce: 1) Start xvkbd from xterm 2) hit ctrl-c to xterm with normal keyboard Expected results: 2) xvkbd exits Actual results: 2) xvkbd does not exit More info: 1) After a while I noticed that the following code if (!appres.debug) { #ifdef SYSV signal(SIGINT, SIG_IGN); signal(SIGQUIT, SIG_IGN); #else struct sigaction sigact; sigact.sa_handler = SIG_IGN; sigemptyset(&sigact.sa_mask); sigact.sa_flags = 0; sigaction(SIGINT, &sigact, NULL); sigaction(SIGQUIT, &sigact, NULL); #endif } ignores ctrl-c. Please consider making xvkbd not ignore ctrl-c by default or at least document that -debug option can be used to ignore ctrl-c. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: armel (armv4tl) Kernel: Linux 2.6.24-20080903.git2ea34171 (PREEMPT) Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages xvkbd depends on: ii libc6 2.7-15 GNU C Library: Shared libraries ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library ii libsm6 2:1.0.3-2 X11 Session Management library ii libx11-6 2:1.1.5-2 X11 client-side library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxmu6 2:1.0.4-1 X11 miscellaneous utility library ii libxpm4 1:3.5.7-1 X11 pixmap library ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library ii libxtst6 2:1.0.3-1 X11 Testing -- Resource extension ii xaw3dg 1.5+E-17 Xaw3d widget set Versions of packages xvkbd recommends: pn wenglish | wordlist <none> (no description available) xvkbd suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]