summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2005-09-30 18:09:08 +0000
committerMatthew Allum <mallum@openedhand.com>2005-09-30 18:09:08 +0000
commitcbd26eefbb3fbf17487fec1033875e7e1d5f12fb (patch)
tree27da01e2f06c8f72b10c4e8e03b63f2b2bb7b966
parent7d6ca974561070dfae082161c61350b481c1c65f (diff)
downloadpoky-cbd26eefbb3fbf17487fec1033875e7e1d5f12fb.tar.gz
Add Clearlooks default theme
git-svn-id: https://svn.o-hand.com/repos/poky@91 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-xopenembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session4
-rw-r--r--openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb2
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 ceaf4b4739..aca266ea58 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
2matchbox-desktop --icon-size 64 & 2matchbox-desktop --icon-size 64 &
3matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery & 3matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
4exec matchbox-window-manager $@ 4exec 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 b3c8820b43..4fdc61b32f 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"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4DEPENDS = "matchbox matchbox-applet-startup-monitor" 4DEPENDS = "matchbox matchbox-applet-startup-monitor"
5PR = "r1" 5PR = "r2"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}