diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-16 15:51:16 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-16 15:51:16 +0000 |
commit | 93845cb7781a2d68e0b0f42f4165efaadeb260f8 (patch) | |
tree | b794a9d79e962795e36309722dd704d604032c89 /meta/packages/matchbox-sato | |
parent | 05d1dc2c33d16abb69c6f017c1fd074515b6e54b (diff) | |
download | poky-93845cb7781a2d68e0b0f42f4165efaadeb260f8.tar.gz |
Don't depend on the old startup monitor
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3188 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 | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session index 2e8dac3af7..db3516fcab 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | |||
@@ -5,8 +5,6 @@ SHOWCURSOR="no" | |||
5 | ## All this should be done by themeing/xsettings.. ## | 5 | ## All this should be done by themeing/xsettings.. ## |
6 | matchbox-desktop & | 6 | matchbox-desktop & |
7 | 7 | ||
8 | # mb-applet-startup-monitor & | ||
9 | |||
10 | matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup & | 8 | matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup & |
11 | 9 | ||
12 | exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ | 10 | 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 df21310b20..bf39d73571 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "Custom MB session files for poky" | 1 | DESCRIPTION = "Custom MB session files for poky" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" | 4 | RDEPENDS = "gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" |
5 | RCONFLICTS = "matchbox-common" | 5 | RCONFLICTS = "matchbox-common" |
6 | PR = "r15" | 6 | PR = "r16" |
7 | 7 | ||
8 | SRC_URI = "file://etc file://matchbox-session" | 8 | SRC_URI = "file://etc file://matchbox-session" |
9 | S = ${WORKDIR} | 9 | S = ${WORKDIR} |