summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session')
-rwxr-xr-xmeta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
index 040ed88205..607bd2970c 100755
--- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
+++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
@@ -10,11 +10,14 @@ SHOWCURSOR="no"
10case `module_id` in 10case `module_id` in
11 # On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts 11 # On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts
12 "Generic OMAP1510/1610/1710") 12 "Generic OMAP1510/1610/1710")
13 /usr/bin/mbinputmgr & 13 matchbox-keyboard --daemon &
14 ;;
15 "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi" | \
16 "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi")
17 matchbox-keyboard --daemon --orientation portrait &
14 ;; 18 ;;
15 # qemu machines.. likely need better detection 19 # qemu machines.. likely need better detection
16 "ARM-IntegratorCP" | "ARM-Versatile PB") 20 "ARM-IntegratorCP" | "ARM-Versatile PB")
17 /usr/bin/mbinputmgr &
18 #SHOWCURSOR="yes" 21 #SHOWCURSOR="yes"
19 ;; 22 ;;
20esac 23esac