diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-09 10:32:10 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-09 10:32:10 +0000 |
| commit | c9ecfc0f2ec2438df7bd0a20d6d8b1a6acdd6af7 (patch) | |
| tree | e10b957679b070e493046746304a3ef65aaf1b2f /meta/packages/matchbox-sato/matchbox-session-sato | |
| parent | ac82765a4b5cbab72ec5b8de4e1ae9354dc389c3 (diff) | |
| download | poky-c9ecfc0f2ec2438df7bd0a20d6d8b1a6acdd6af7.tar.gz | |
matchbox-session-sato: start Sato components
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4216 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato/matchbox-session-sato')
| -rw-r--r-- | meta/packages/matchbox-sato/matchbox-session-sato/session | 15 |
1 files changed, 15 insertions, 0 deletions
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 0000000000..010772a8c4 --- /dev/null +++ b/meta/packages/matchbox-sato/matchbox-session-sato/session | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | . /etc/formfactor/config | ||
| 4 | |||
| 5 | if [ "$HAVE_TOUCHSCREEN" = "1" ]; then | ||
| 6 | SHOWCURSOR="no" | ||
| 7 | else | ||
| 8 | SHOWCURSOR="yes" | ||
| 9 | fi | ||
| 10 | |||
| 11 | matchbox-desktop & | ||
| 12 | |||
| 13 | matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup-notify,notify & | ||
| 14 | |||
| 15 | exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ | ||
