From: Paul Sokolovsky Date: Thu, 11 Jan 2007 05:01:28 +0000 (+0000) Subject: opie-taskbar: OPIE startup: if touchscreen device is not available, use mouse. X-Git-Tag: Release-2010-05/1~9401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5bfba15d1d4bfb1f2691d1d8fa47a6511dcccf7;p=openembedded.git opie-taskbar: OPIE startup: if touchscreen device is not available, use mouse. * Tested on qemuarm vs h3900. --- 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