diff options
| -rwxr-xr-x | meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 4 | ||||
| -rw-r--r-- | meta/packages/matchbox-poky/matchbox-poky_0.1.bb | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 90073e0f13..a3dd6e56a0 100755 --- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | |||
| @@ -8,9 +8,7 @@ SHOWCURSOR="no" | |||
| 8 | 8 | ||
| 9 | ## Start up machine specific input devices. Really needs to go in its own session | 9 | ## Start up machine specific input devices. Really needs to go in its own session |
| 10 | case `module_id` in | 10 | case `module_id` in |
| 11 | "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi" | "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi") | 11 | # On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts |
| 12 | chkhinge26 /dev/input/event0 hinge-handler & | ||
| 13 | ;; | ||
| 14 | "Generic OMAP1510/1610/1710") | 12 | "Generic OMAP1510/1610/1710") |
| 15 | /usr/bin/mbinputmgr & | 13 | /usr/bin/mbinputmgr & |
| 16 | ;; | 14 | ;; |
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb index 4eae590074..7a4eb72999 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 = "r16" | 5 | PR = "r19" |
| 6 | 6 | ||
| 7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
| 8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
| @@ -16,5 +16,9 @@ do_install() { | |||
| 16 | 16 | ||
| 17 | pkg_postinst_matchbox-poky () { | 17 | pkg_postinst_matchbox-poky () { |
| 18 | #!/bin/sh -e | 18 | #!/bin/sh -e |
| 19 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks | 19 | if [ "x$D" != "x" ]; then |
| 20 | exit 1 | ||
| 21 | fi | ||
| 22 | |||
| 23 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Clearlooks | ||
| 20 | } | 24 | } |
