r2146 - in trunk/oe/packages/openmoko-base: . files
mickey at sita.openmoko.org
mickey at sita.openmoko.org
Mon Jun 4 15:56:03 CEST 2007
Author: mickey
Date: 2007-06-04 15:56:03 +0200 (Mon, 04 Jun 2007)
New Revision: 2146
Modified:
trunk/oe/packages/openmoko-base/files/session
trunk/oe/packages/openmoko-base/openmoko-session_svn.bb
Log:
oe/openmoko-base: delay playing the startup sound until most of the UI shows
Modified: trunk/oe/packages/openmoko-base/files/session
===================================================================
--- trunk/oe/packages/openmoko-base/files/session 2007-06-03 22:15:19 UTC (rev 2145)
+++ trunk/oe/packages/openmoko-base/files/session 2007-06-04 13:56:03 UTC (rev 2146)
@@ -9,13 +9,13 @@
# start old-style panel plugin to get a keyboard
mbinputmgr &
+# set default alsa configuration and play welcome sound
+( sleep 8; alsactl restore 0 -f /etc/alsa/stereoout.state; madplay /usr/share/openmoko/sounds/startup_openmoko.mp3 ) &
+
+# start UI and dialer
openmoko-footer &
openmoko-today --desktop &
openmoko-dialer &
-# set default alsa configuration and play welcome sound
-alsactl restore 0 -f /etc/alsa/stereoout.state
-madplay /usr/share/openmoko/sounds/startup_openmoko.mp3 &
-
exec matchbox-window-manager -use_titlebar no -use_cursor $SHOWCURSOR $@
Modified: trunk/oe/packages/openmoko-base/openmoko-session_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-base/openmoko-session_svn.bb 2007-06-03 22:15:19 UTC (rev 2145)
+++ trunk/oe/packages/openmoko-base/openmoko-session_svn.bb 2007-06-04 13:56:03 UTC (rev 2146)
@@ -2,7 +2,7 @@
SECTION = "openmoko/base"
RDEPENDS = "matchbox-panel-2 matchbox-wm gconf"
PV = "0.1+svn${SRCDATE}"
-PR = "r1"
+PR = "r2"
inherit openmoko-base
@@ -23,6 +23,5 @@
if [ "x$D" != "x" ]; then
exit 1
fi
-
gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/openmoko/interface/theme openmoko-standard
}
More information about the commitlog
mailing list