From 21dfefe38e52d0e6a5dd8b824c055d2baf3c145e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 14 Sep 2004 12:53:34 +0000 Subject: disable QWS_KEYBOARD=KernelTTY until we a) have a check that conditionally sets this if a qt version < 2.3.9 is detected or b) all builds use qt 2.3.9 BKrev: 4146e9ce5ynzIN0PLYeegAYaJQH2OQ --- opie-taskbar/opie-taskbar/opie | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opie-taskbar/opie-taskbar/opie b/opie-taskbar/opie-taskbar/opie index c1b2653ae2..8fd88759f7 100644 --- a/opie-taskbar/opie-taskbar/opie +++ b/opie-taskbar/opie-taskbar/opie @@ -8,7 +8,8 @@ export OPIEDIR=/opt/QtPalmtop export QPEDIR=/opt/QtPalmtop export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib export PATH=$PATH:$OPIEDIR/bin -export QWS_KEYBOARD=KernelTTY +# FIXME: add check for qt version here. the statement above applies to qt >=2.3.9 +# export QWS_KEYBOARD=KernelTTY if [ -e /proc/cpuinfo ] ; then model=`grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z` -- cgit v1.2.3