From cbd26eefbb3fbf17487fec1033875e7e1d5f12fb Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Fri, 30 Sep 2005 18:09:08 +0000 Subject: Add Clearlooks default theme git-svn-id: https://svn.o-hand.com/repos/poky@91 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 4 ++-- openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 +- 2 files changed, 3 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 ceaf4b473..aca266ea5 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 @@ #!/bin/sh matchbox-desktop --icon-size 64 & -matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery & -exec matchbox-window-manager $@ +matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery & +exec matchbox-window-manager -theme Clearlooks $@ diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index b3c8820b4..4fdc61b32 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" DEPENDS = "matchbox matchbox-applet-startup-monitor" -PR = "r1" +PR = "r2" SRC_URI = "file://etc" S = ${WORKDIR} -- cgit v1.2.3