From a5bfba15d1d4bfb1f2691d1d8fa47a6511dcccf7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 11 Jan 2007 05:01:28 +0000 Subject: [PATCH] opie-taskbar: OPIE startup: if touchscreen device is not available, use mouse. * Tested on qemuarm vs h3900. --- packages/opie-taskbar/opie-taskbar/opie | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/opie-taskbar/opie-taskbar/opie b/packages/opie-taskbar/opie-taskbar/opie index 3320dbe7c5..bfcfec2785 100755 --- a/packages/opie-taskbar/opie-taskbar/opie +++ b/packages/opie-taskbar/opie-taskbar/opie @@ -16,6 +16,10 @@ fi . /etc/profile +if [ ! -e $TSLIB_TSDEVICE ]; then + export QWS_MOUSE_PROTO=MouseMan:/dev/input/mice +fi + for conf in $OPIEDIR/etc/skel/*.conf; do conf_basename=`basename $conf` if [ ! -e "$HOME/Settings/$conf_basename" ] ; then -- 2.39.5