diff options
Diffstat (limited to 'openembedded')
| -rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 4 | ||||
| -rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 6e9cb8b2b0..6599e7dbb1 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | |||
| @@ -7,9 +7,11 @@ chkhinge26 /dev/input/event0 hinge-handler & | |||
| 7 | matchbox-desktop --icon-size 48 \ | 7 | matchbox-desktop --icon-size 48 \ |
| 8 | --icon-padding 64 \ | 8 | --icon-padding 64 \ |
| 9 | --font sans-8:bold \ | 9 | --font sans-8:bold \ |
| 10 | --bg /usr/share/themes/Clearlooks/background/default.png \ | ||
| 11 | --titlefont sans-8:bold & | 10 | --titlefont sans-8:bold & |
| 12 | 11 | ||
| 12 | # let theme set it | ||
| 13 | # --bg /usr/share/themes/Clearlooks/background/default.png \ | ||
| 14 | |||
| 13 | mb-applet-startup-monitor & | 15 | mb-applet-startup-monitor & |
| 14 | 16 | ||
| 15 | matchbox-panel --orientation east \ | 17 | matchbox-panel --orientation east \ |
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index 86ecc4cf79..a11b834d64 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/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 = "r7" | 5 | PR = "r8" |
| 6 | 6 | ||
| 7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
| 8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
