Package: keytouch Version: 2.3.1-1 Severity: grave Tags: patch pending Justification: renders package unusable
/etc/X11/Xsession.d/55keytouchd_launch contains syntax errors that
make the X session fail to start.
The following patch solves the problem. It will be included in the
next upload.
-------------------------------------------------------------------
Index: debian/55keytouchd_launch
===================================================================
--- debian/55keytouchd_launch (revisión: 4046)
+++ debian/55keytouchd_launch (copia de trabajo)
@@ -5,10 +5,9 @@
STARTKEYTOUCH=yes
KEYTOUCHLAUNCH=/usr/bin/keytouchd-launch
-if grep -qs ^disable-session-keytouch "$OPTIONFILE"
+if grep -qs ^disable-session-keytouch "$OPTIONFILE" \
|| ! [ -x "$KEYTOUCHLAUNCH" ]; then
STARTKEYTOUCH=''
- fi
fi
if [ -n "$STARTKEYTOUCH" ]; then
-------------------------------------------------------------------
--
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975 2F49 0199 8318 ADC9 BC28
signature.asc
Description: Digital signature

