diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-07-27 19:54:56 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-07-27 19:54:56 +0000 |
commit | 5921a48ff8e9a8c53414e4623b230d24f2a2ea1d (patch) | |
tree | 0c3c11052b515aca2816d5ff7a8295142f156c22 /meta/packages | |
parent | 04f418b494b770270773439a48482c15ef6e256b (diff) | |
download | poky-5921a48ff8e9a8c53414e4623b230d24f2a2ea1d.tar.gz |
Remove setting of theme on MB command line, leave up to settings daemon
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@566 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rwxr-xr-x | meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 5 |
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 | |||
32 | mb-applet-startup-monitor & | 29 | mb-applet-startup-monitor & |
33 | 30 | ||
34 | matchbox-panel --orientation east \ | 31 | matchbox-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 |
41 | exec matchbox-window-manager -theme Clearlooks -use_cursor $SHOWCURSOR $@ | 38 | exec matchbox-window-manager -use_cursor $SHOWCURSOR $@ |
42 | 39 | ||
43 | 40 | ||