From 3478f415201c2136270a00b043c7cc0209211b27 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 8 Aug 2008 15:37:44 +0000 Subject: matchbox-session-sato: magically munge the session script to remove applets depending on the machine features git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5042 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/matchbox-sato/matchbox-session-sato/session | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta/packages/matchbox-sato/matchbox-session-sato/session') diff --git a/meta/packages/matchbox-sato/matchbox-session-sato/session b/meta/packages/matchbox-sato/matchbox-session-sato/session index 010772a8c..68aacd1d5 100644 --- a/meta/packages/matchbox-sato/matchbox-session-sato/session +++ b/meta/packages/matchbox-sato/matchbox-session-sato/session @@ -10,6 +10,13 @@ fi matchbox-desktop & -matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup-notify,notify & +# Lines containing feature-[foo] are removed at build time if the machine +# doesn't have the feature "foo". + +START_APPLETS=showdesktop,windowselector +END_APPLETS=clock,battery,systray,startup-notify,notify +END_APPETS=openmoko-panel-gsm,$APPLETS # feature-phone + +matchbox-panel --titlebar --start-applets $START_APPLETS --end-applets $END_APPLETS & exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ -- cgit v1.2.3