summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-08-29 22:46:04 +0000
committerMatthew Allum <mallum@openedhand.com>2006-08-29 22:46:04 +0000
commit015306454ca0ef4e46493dd90c8002103abfa5fd (patch)
tree4d83c5e9e6ea01eef9e74f79e96dd3a274e054bc /meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
parent6527a796160869a8590042b0fd5bab98df0fcd65 (diff)
downloadpoky-015306454ca0ef4e46493dd90c8002103abfa5fd.tar.gz
Fix cursor hiding when running on qemu versatile board
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@679 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, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index a3dd6e56a0..13160835da 100755
--- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -12,7 +12,8 @@ case `module_id` in
12 "Generic OMAP1510/1610/1710") 12 "Generic OMAP1510/1610/1710")
13 /usr/bin/mbinputmgr & 13 /usr/bin/mbinputmgr &
14 ;; 14 ;;
15 "ARM-IntegratorCP") 15 # qemu machines.. likely need better detection
16 "ARM-IntegratorCP" | "ARM-Versatile PB")
16 /usr/bin/mbinputmgr & 17 /usr/bin/mbinputmgr &
17 SHOWCURSOR="yes" 18 SHOWCURSOR="yes"
18 ;; 19 ;;
@@ -32,7 +33,6 @@ matchbox-panel --orientation east \
32 --no-session \ 33 --no-session \
33 --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery & 34 --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
34 35
35## eek ugly no cursor hack - transparent theme should do this
36exec matchbox-window-manager -use_cursor $SHOWCURSOR $@ 36exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
37 37
38 38