From c9ecfc0f2ec2438df7bd0a20d6d8b1a6acdd6af7 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 9 Apr 2008 10:32:10 +0000 Subject: matchbox-session-sato: start Sato components git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4216 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/matchbox-sato/matchbox-session-sato/session | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/packages/matchbox-sato/matchbox-session-sato/session (limited to 'meta/packages/matchbox-sato/matchbox-session-sato') diff --git a/meta/packages/matchbox-sato/matchbox-session-sato/session b/meta/packages/matchbox-sato/matchbox-session-sato/session new file mode 100644 index 000000000..010772a8c --- /dev/null +++ b/meta/packages/matchbox-sato/matchbox-session-sato/session @@ -0,0 +1,15 @@ +#!/bin/sh + +. /etc/formfactor/config + +if [ "$HAVE_TOUCHSCREEN" = "1" ]; then + SHOWCURSOR="no" +else + SHOWCURSOR="yes" +fi + +matchbox-desktop & + +matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup-notify,notify & + +exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ -- cgit v1.2.3