git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a027f65
)
opie-taskbar: OPIE startup: if touchscreen device is not available, use mouse.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Thu, 11 Jan 2007 05:01:28 +0000
(
05:01
+0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Thu, 11 Jan 2007 05:01:28 +0000
(
05:01
+0000)
* Tested on qemuarm vs h3900.
packages/opie-taskbar/opie-taskbar/opie
patch
|
blob
|
history
diff --git
a/packages/opie-taskbar/opie-taskbar/opie
b/packages/opie-taskbar/opie-taskbar/opie
index
3320dbe
..
bfcfec2
100755
(executable)
--- 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