summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-28 15:01:05 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-28 15:01:05 +0000
commit064c64325314dd70270af104bd6a8268e7e4e9d0 (patch)
treefd7e9a718a6447e4e2084708dec1c5637049848f /meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
parent24a329f39c11322867c7c9c3ac4c10e67d9f1dd6 (diff)
downloadpoky-064c64325314dd70270af104bd6a8268e7e4e9d0.tar.gz
matchbox-poky: Remove references to chkhinge26 as zaurusd now handles this. Correct theme key and force gconftool-2 to run on device (at least until we debug other issues)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@574 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session')
-rwxr-xr-xmeta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index 90073e0f13..a3dd6e56a0 100755
--- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -8,9 +8,7 @@ SHOWCURSOR="no"
8 8
9## Start up machine specific input devices. Really needs to go in its own session 9## Start up machine specific input devices. Really needs to go in its own session
10case `module_id` in 10case `module_id` in
11 "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi" | "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi") 11 # On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts
12 chkhinge26 /dev/input/event0 hinge-handler &
13 ;;
14 "Generic OMAP1510/1610/1710") 12 "Generic OMAP1510/1610/1710")
15 /usr/bin/mbinputmgr & 13 /usr/bin/mbinputmgr &
16 ;; 14 ;;