diff options
4 files changed, 2 insertions, 39 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 | ||
| 3 | module_id() { | ||
| 4 | awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo | ||
| 5 | } | ||
| 6 | |||
| 7 | SHOWCURSOR="no" | 3 | SHOWCURSOR="no" |
| 8 | 4 | ||
| 9 | ## Start up machine specific input devices. Really needs to go in its own session | ||
| 10 | case `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 | ;; | ||
| 20 | esac | ||
| 21 | |||
| 22 | ## All this should be done by themeing/xsettings.. ## | 5 | ## All this should be done by themeing/xsettings.. ## |
| 23 | matchbox-desktop --icon-size 48 \ | 6 | matchbox-desktop --icon-size 48 \ |
| 24 | --icon-padding 64 \ | 7 | --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" | |||
| 2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
| 3 | SECTION = "x11" | 3 | SECTION = "x11" |
| 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" |
| 5 | PR = "r21" | 5 | PR = "r23" |
| 6 | 6 | ||
| 7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
| 8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session index b3bde29b4f..5b41cbe4a5 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | |||
| @@ -1,27 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | module_id() { | ||
| 4 | awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo | ||
| 5 | } | ||
| 6 | |||
| 7 | SHOWCURSOR="no" | 3 | SHOWCURSOR="no" |
| 8 | 4 | ||
| 9 | ## Start up machine specific input devices. Really needs to go in its own session | ||
| 10 | case `module_id` in | ||
| 11 | # On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts | ||
| 12 | "Generic OMAP1510/1610/1710") | ||
| 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 & | ||
| 18 | ;; | ||
| 19 | # qemu machines.. likely need better detection | ||
| 20 | "ARM-IntegratorCP" | "ARM-Versatile PB") | ||
| 21 | #SHOWCURSOR="yes" | ||
| 22 | ;; | ||
| 23 | esac | ||
| 24 | |||
| 25 | ## All this should be done by themeing/xsettings.. ## | 5 | ## All this should be done by themeing/xsettings.. ## |
| 26 | matchbox-desktop & | 6 | matchbox-desktop & |
| 27 | 7 | ||
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index 3cda6480db..b582d88588 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" | |||
| 2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
| 3 | SECTION = "x11" | 3 | SECTION = "x11" |
| 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2" |
| 5 | PR = "r11" | 5 | PR = "r12" |
| 6 | 6 | ||
| 7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
| 8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
