summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-02-07 17:23:37 +0000
committerRoss Burton <ross@openedhand.com>2008-02-07 17:23:37 +0000
commit767710d5c4198e1dab69b813f906c9aad8588358 (patch)
tree74702d73d25018fd8d1c5b3390d5b1317d51ad8c /meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
parent4b5b4604da8aefe7c58ae6a9764a05f2b75e1c46 (diff)
downloadpoky-767710d5c4198e1dab69b813f906c9aad8588358.tar.gz
Remove matchbox-poky, its been replaced by matchbox-sato
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3704 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session')
-rwxr-xr-xmeta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
deleted file mode 100755
index 4eea748d44..0000000000
--- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ /dev/null
@@ -1,21 +0,0 @@
1#!/bin/sh
2
3SHOWCURSOR="no"
4
5## All this should be done by themeing/xsettings.. ##
6matchbox-desktop --icon-size 48 \
7 --icon-padding 64 \
8 --font sans-8:bold \
9 --titlefont sans-8:bold &
10
11mb-applet-startup-monitor &
12
13matchbox-panel --orientation east \
14 --padding 4 \
15 --no-menu \
16 --no-session \
17 --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
18
19exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
20
21