#!/bin/sh
matchbox-desktop --icon-size 64 &
-matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-clock,mb-applet-battery &
+matchbox-panel --orientation east --no-menu --no-session --default-apps mbinputmgr,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
exec matchbox-window-manager $@
DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
-PR = "r0"
+DEPENDS = "matchbox matchbox-applet-inputmanager matchbox-applet-startup-monitor"
+PR = "r1"
SRC_URI = "file://etc"
S = ${WORKDIR}
do_install() {
cp -R ${S}/etc ${D}/etc
chmod -R 755 ${D}/etc
-}
\ No newline at end of file
+}