diff options
Diffstat (limited to 'openembedded/packages')
-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 6e9cb8b2b..6599e7dbb 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 & matchbox-desktop --icon-size 48 \ --icon-padding 64 \ --font sans-8:bold \ - --bg /usr/share/themes/Clearlooks/background/default.png \ --titlefont sans-8:bold & +# let theme set it +# --bg /usr/share/themes/Clearlooks/background/default.png \ + mb-applet-startup-monitor & 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 86ecc4cf7..a11b834d6 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" LICENSE = "GPL" SECTION = "x11" RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" -PR = "r7" +PR = "r8" SRC_URI = "file://etc" S = ${WORKDIR} |