summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-sato
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-05-28 16:54:22 +0000
committerRoss Burton <ross@openedhand.com>2007-05-28 16:54:22 +0000
commitee16d5ac8ae725a03fcbd93ed3a95409428121f7 (patch)
tree3e61fbb7e0173eb712ac584ab291110e8a4fcab5 /meta/packages/matchbox-sato
parent99d5d9996ba1b30e504eaa4b4eef4fd247412c50 (diff)
downloadpoky-ee16d5ac8ae725a03fcbd93ed3a95409428121f7.tar.gz
Add systray applet
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1793 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato')
-rwxr-xr-xmeta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session2
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato_0.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
index 607bd2970c..b3bde29b4f 100755
--- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
+++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
@@ -27,6 +27,6 @@ matchbox-desktop &
27 27
28# mb-applet-startup-monitor & 28# mb-applet-startup-monitor &
29 29
30matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery & 30matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray &
31 31
32exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ 32exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
index 0e0f37c4ef..3cda6480db 100644
--- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
+++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2" 4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
5PR = "r10" 5PR = "r11"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}