summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index fede9e44b9..90073e0f13 100755
--- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -26,9 +26,6 @@ matchbox-desktop --icon-size 48 \
26 --font sans-8:bold \ 26 --font sans-8:bold \
27 --titlefont sans-8:bold & 27 --titlefont sans-8:bold &
28 28
29# let theme set it
30# --bg /usr/share/themes/Clearlooks/background/default.png \
31
32mb-applet-startup-monitor & 29mb-applet-startup-monitor &
33 30
34matchbox-panel --orientation east \ 31matchbox-panel --orientation east \
@@ -38,6 +35,6 @@ matchbox-panel --orientation east \
38 --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery & 35 --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
39 36
40## eek ugly no cursor hack - transparent theme should do this 37## eek ugly no cursor hack - transparent theme should do this
41exec matchbox-window-manager -theme Clearlooks -use_cursor $SHOWCURSOR $@ 38exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
42 39
43 40