diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-19 17:11:40 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-19 17:11:40 +0000 |
commit | f39405d1ae22840dff04bb50fdd3f0500213aa4d (patch) | |
tree | 6f6bef2c05e8b9cf6f729babf35d5c77db7e6158 /meta | |
parent | 4de220459c23937f53f59b3d416036620e80605c (diff) | |
download | poky-f39405d1ae22840dff04bb50fdd3f0500213aa4d.tar.gz |
matchbox-sato: don't use the startup icon, use notification banners
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3828 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 8a2bdd013a..010772a8c4 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | |||
@@ -10,6 +10,6 @@ fi | |||
10 | 10 | ||
11 | matchbox-desktop & | 11 | matchbox-desktop & |
12 | 12 | ||
13 | matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup & | 13 | matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup-notify,notify & |
14 | 14 | ||
15 | exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ | 15 | 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 3711bf134a..e2f4aeb825 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" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts" | 4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts" |
5 | RCONFLICTS = "matchbox-common" | 5 | RCONFLICTS = "matchbox-common" |
6 | PR = "r19" | 6 | PR = "r20" |
7 | 7 | ||
8 | SRC_URI = "file://etc file://matchbox-session" | 8 | SRC_URI = "file://etc file://matchbox-session" |
9 | S = ${WORKDIR} | 9 | S = ${WORKDIR} |