diff options
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 2 | ||||
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 033ba8b243..f20340a531 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | matchbox-desktop --icon-size 64 & | 2 | matchbox-desktop --icon-size 64 & |
3 | matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-clock,mb-applet-battery & | 3 | matchbox-panel --orientation east --no-menu --no-session --default-apps mbinputmgr,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery & |
4 | exec matchbox-window-manager $@ | 4 | exec matchbox-window-manager $@ |
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index 0d4edc3404..cacd39428c 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "Custom MB session files for poky" | 1 | DESCRIPTION = "Custom MB session files for poky" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | PR = "r0" | 4 | DEPENDS = "matchbox matchbox-applet-inputmanager matchbox-applet-startup-monitor" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
7 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
@@ -9,4 +10,4 @@ S = ${WORKDIR} | |||
9 | do_install() { | 10 | do_install() { |
10 | cp -R ${S}/etc ${D}/etc | 11 | cp -R ${S}/etc ${D}/etc |
11 | chmod -R 755 ${D}/etc | 12 | chmod -R 755 ${D}/etc |
12 | } \ No newline at end of file | 13 | } |