openmoko-session: fix depends, make startup 2 seconds faster and add some matchbox...
authorKoen Kooi <koen@openembedded.org>
Wed, 28 Feb 2007 09:04:22 +0000 (09:04 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Feb 2007 09:04:22 +0000 (09:04 +0000)
packages/openmoko-base/files/session
packages/openmoko-base/openmoko-session_svn.bb

index e6aeaa6..6183038 100644 (file)
@@ -2,16 +2,13 @@
 
 SHOWCURSOR="no"
 
-rxvt &
-sleep 2
-
 matchbox-desktop --icon-size 100 \
                  --icon-padding 60 \
                  --font sans-16 \
                  --titlefont sans-20:bold \
                  --bg img-tiled:/usr/share/themes/openmoko-standard/gtk-2.0/mokopanedwindow-upper-enclosing.png &
 #                 --bg col-gradient-vertical:#000000,#aaaaaa &
-matchbox-panel --orientation north -b /usr/share/openmoko/pixmaps/openmoko-header-background.png &
-matchbox-panel --orientation south -b /usr/share/openmoko/pixmaps/openmoko-footer-background.png -ns -nm --id 2 &
+matchbox-panel &
+matchbox-panel -ns -nm --id 2 &
 exec matchbox-window-manager -use_titlebar no -use_cursor $SHOWCURSOR $@
 
index 6cf588d..bf7032c 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "Matchbox session files for OpenMoko"
 SECTION = "openmoko/base"
-RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
+RDEPENDS = "matchbox gconf matchbox-applet-startup-monitor gtk-theme-clearlooks"
 PV = "0.0+svn${SRCDATE}"
-PR = "r1"
+PR = "r2"
 
 inherit openmoko-base