summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-05-17 11:31:16 +0000
committerRoss Burton <ross@openedhand.com>2007-05-17 11:31:16 +0000
commita723b0fb0555cd9dcef15b2ca754882ae2d98fd3 (patch)
tree4f620817f97cbcfb73acaa597bfb1ecd430c09ba
parente5b3d85ae07ba6533ce681796f25038feed64c5e (diff)
downloadopenembedded-core-a723b0fb0555cd9dcef15b2ca754882ae2d98fd3.tar.gz
openembedded-core-a723b0fb0555cd9dcef15b2ca754882ae2d98fd3.tar.bz2
openembedded-core-a723b0fb0555cd9dcef15b2ca754882ae2d98fd3.tar.xz
openembedded-core-a723b0fb0555cd9dcef15b2ca754882ae2d98fd3.zip
Remove mbinputmgr and instead start matchbox-keyboard as required
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1748 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-xmeta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session7
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato_0.1.bb2
2 files changed, 6 insertions, 3 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
index 040ed8820..607bd2970 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"
case `module_id` in
# On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts
"Generic OMAP1510/1610/1710")
- /usr/bin/mbinputmgr &
+ matchbox-keyboard --daemon &
+ ;;
+ "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi" | \
+ "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi")
+ matchbox-keyboard --daemon --orientation portrait &
;;
# qemu machines.. likely need better detection
"ARM-IntegratorCP" | "ARM-Versatile PB")
- /usr/bin/mbinputmgr &
#SHOWCURSOR="yes"
;;
esac
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
index 931e37d97..0e0f37c4e 100644
--- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
+++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
-PR = "r9"
+PR = "r10"
SRC_URI = "file://etc"
S = ${WORKDIR}