diff options
author | Matthew Allum <mallum@openedhand.com> | 2007-04-10 14:30:16 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2007-04-10 14:30:16 +0000 |
commit | 4b77ee40a90535eedc8c065792197a33a9ed98be (patch) | |
tree | 96c018c9e1cb124000be71f2f99876ab0add4cde /meta/packages/matchbox-sato | |
parent | 5a259420784ff07398e07e88a207c6d93f22b3c5 (diff) | |
download | openembedded-core-4b77ee40a90535eedc8c065792197a33a9ed98be.tar.gz openembedded-core-4b77ee40a90535eedc8c065792197a33a9ed98be.tar.bz2 openembedded-core-4b77ee40a90535eedc8c065792197a33a9ed98be.zip |
Make desktop icon appear at beginning of panel
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1462 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato')
-rwxr-xr-x | meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | 2 | ||||
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 2 |
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 b3be61bd9c..f3dea25e14 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session @@ -24,6 +24,6 @@ matchbox-desktop & # mb-applet-startup-monitor & -matchbox-panel --titlebar --start-applets windowselector,showdesktop --end-applets screenshot,battery,clock & +matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets screenshot,battery,clock & exec 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 25390502c5..89cee2528a 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" LICENSE = "GPL" SECTION = "x11" RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2" -PR = "r6" +PR = "r7" SRC_URI = "file://etc" S = ${WORKDIR} |