summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-sato
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-07-06 08:16:46 +0000
committerRoss Burton <ross@openedhand.com>2007-07-06 08:16:46 +0000
commita291023c50d85c82553fffc7c33019d529201954 (patch)
treeb2c2ee35ef72d518801f26600d88b5471e495c38 /meta/packages/matchbox-sato
parentfc4806f503fc6a0eac4d0fc4a732e9be99f8462c (diff)
downloadpoky-a291023c50d85c82553fffc7c33019d529201954.tar.gz
Put the startup applet on the left,not the right
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2124 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 b17e61b444..2e8dac3af7 100755
--- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
+++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
@@ -7,6 +7,6 @@ matchbox-desktop &
7 7
8# mb-applet-startup-monitor & 8# mb-applet-startup-monitor &
9 9
10matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets startup,clock,battery,systray & 10matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup &
11 11
12exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ 12exec 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 dd03539f28..df21310b20 100644
--- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
+++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" 4RDEPENDS = "matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato"
5RCONFLICTS = "matchbox-common" 5RCONFLICTS = "matchbox-common"
6PR = "r14" 6PR = "r15"
7 7
8SRC_URI = "file://etc file://matchbox-session" 8SRC_URI = "file://etc file://matchbox-session"
9S = ${WORKDIR} 9S = ${WORKDIR}