summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-29 19:07:08 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-29 19:07:08 +0000
commite728a8ad5efd079e767d7b0bc100a7f033bb9f87 (patch)
treec9d9c6e7f361f5808a23cbeea449ee2e3d8080cc /meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
parent25152eb8e7e5da2268fef8397bd5abad7c255d91 (diff)
downloadpoky-e728a8ad5efd079e767d7b0bc100a7f033bb9f87.tar.gz
matchbox-sato/poky: Remove matchbox-keyboard handling (now uneeded)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1810 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/session17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index 36cfee7c61..4eea748d44 100755
--- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -1,24 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3module_id() {
4 awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
5}
6
7SHOWCURSOR="no" 3SHOWCURSOR="no"
8 4
9## Start up machine specific input devices. Really needs to go in its own session
10case `module_id` in
11 # On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts
12 "Generic OMAP1510/1610/1710")
13 /usr/bin/mbinputmgr &
14 ;;
15 # qemu machines.. likely need better detection
16 "ARM-IntegratorCP" | "ARM-Versatile PB")
17 /usr/bin/mbinputmgr &
18 #SHOWCURSOR="yes"
19 ;;
20esac
21
22## All this should be done by themeing/xsettings.. ## 5## All this should be done by themeing/xsettings.. ##
23matchbox-desktop --icon-size 48 \ 6matchbox-desktop --icon-size 48 \
24 --icon-padding 64 \ 7 --icon-padding 64 \