]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove setting of theme on MB command line, leave up to settings daemon
authorMatthew Allum <mallum@openedhand.com>
Thu, 27 Jul 2006 19:54:56 +0000 (19:54 +0000)
committerMatthew Allum <mallum@openedhand.com>
Thu, 27 Jul 2006 19:54:56 +0000 (19:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@566 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session

index fede9e44b9dc6bbea08e1226116d4d51dd65de6d..90073e0f13044a0364fc4f922f4a400336c4e024 100755 (executable)
@@ -26,9 +26,6 @@ matchbox-desktop --icon-size 48 \
                  --font sans-8:bold \
                  --titlefont sans-8:bold &
 
-# let theme set it
-# --bg /usr/share/themes/Clearlooks/background/default.png \
-
 mb-applet-startup-monitor &                 
 
 matchbox-panel --orientation east \
@@ -38,6 +35,6 @@ matchbox-panel --orientation east \
                --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
 
 ## eek ugly no cursor hack - transparent theme should do this
-exec matchbox-window-manager -theme Clearlooks -use_cursor $SHOWCURSOR $@
+exec matchbox-window-manager -use_cursor $SHOWCURSOR $@