diff options
Diffstat (limited to 'meta/packages/matchbox-poky')
-rwxr-xr-x | meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 17 | ||||
-rw-r--r-- | meta/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
2 files changed, 1 insertions, 18 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 @@ #!/bin/sh -module_id() { - awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo -} - SHOWCURSOR="no" -## Start up machine specific input devices. Really needs to go in its own session -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 & - ;; - # qemu machines.. likely need better detection - "ARM-IntegratorCP" | "ARM-Versatile PB") - /usr/bin/mbinputmgr & - #SHOWCURSOR="yes" - ;; -esac - ## All this should be done by themeing/xsettings.. ## matchbox-desktop --icon-size 48 \ --icon-padding 64 \ diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb index 64c17c58f8..f486a526cc 100644 --- a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/meta/packages/matchbox-poky/matchbox-poky_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-theme-clearlooks" -PR = "r21" +PR = "r23" SRC_URI = "file://etc" S = ${WORKDIR} |