diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-05 13:27:08 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-05 13:27:08 +0000 |
commit | 1bfccdadc7635765d6cb8c9e47c91ae2aa5d2ac2 (patch) | |
tree | f984d0096b0dc9b8d531d3d9e3e2199b4d6ff80c /meta | |
parent | 1086ade568aa054880cb3a35ab00c81ca00b96e1 (diff) | |
download | openembedded-core-1bfccdadc7635765d6cb8c9e47c91ae2aa5d2ac2.tar.gz openembedded-core-1bfccdadc7635765d6cb8c9e47c91ae2aa5d2ac2.tar.bz2 openembedded-core-1bfccdadc7635765d6cb8c9e47c91ae2aa5d2ac2.zip |
Add startup applet
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2110 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session index 5b41cbe4a5..b17e61b444 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 & # mb-applet-startup-monitor & -matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray & +matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets startup,clock,battery,systray & exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ |