[maemo-commits] [maemo-commits] r19258 - in projects/haf/trunk/hildon-welcome: data debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Aug 31 12:55:41 EEST 2009
Author: schulhof
Date: 2009-08-31 12:55:28 +0300 (Mon, 31 Aug 2009)
New Revision: 19258

Modified:
   projects/haf/trunk/hildon-welcome/data/10hildon_welcome
   projects/haf/trunk/hildon-welcome/debian/changelog
Log:
Forgot the flag

Modified: projects/haf/trunk/hildon-welcome/data/10hildon_welcome
===================================================================
--- projects/haf/trunk/hildon-welcome/data/10hildon_welcome	2009-08-31 07:40:46 UTC (rev 19257)
+++ projects/haf/trunk/hildon-welcome/data/10hildon_welcome	2009-08-31 09:55:28 UTC (rev 19258)
@@ -23,10 +23,16 @@
 
 REASONS_TO_PLAY="pwr_key sw_rst"  
 BOOTREASON="$(cat /proc/bootreason)"
+NEED_TO_TOUCH_FLAG=1
 
 for Nix in $REASONS_TO_PLAY; do
   if test "x$BOOTREASON" = "x$Nix"; then
     /usr/bin/hildon-welcome --gst-disable-registry-update &
+    NEED_TO_TOUCH_FLAG=0
     break
   fi
 done
+
+if test $NEED_TO_TOUCH_FLAG -eq 1; then
+  touch /tmp/hildon-welcome-is-finished
+fi

Modified: projects/haf/trunk/hildon-welcome/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-welcome/debian/changelog	2009-08-31 07:40:46 UTC (rev 19257)
+++ projects/haf/trunk/hildon-welcome/debian/changelog	2009-08-31 09:55:28 UTC (rev 19258)
@@ -1,3 +1,9 @@
+hildon-welcome (0.23-2) unstable; urgency=low
+
+  * Need to touch /tmp/hildon-welcome-is-finished if skipping logo(s)
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Mon, 31 Aug 2009 12:51:10 +0300
+
 hildon-welcome (0.23-1) unstable; urgency=low
 
   * Do not run if /proc/bootreason != pwr_key

More information about the maemo-commits mailing list