[maemo-commits] [maemo-commits] r19230 - in projects/haf/trunk/osso-af-utils: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 28 14:39:34 EEST 2009
Author: schulhof
Date: 2009-08-28 14:39:33 +0300 (Fri, 28 Aug 2009)
New Revision: 19230

Modified:
   projects/haf/trunk/osso-af-utils/debian/changelog
   projects/haf/trunk/osso-af-utils/src/fb-progress.c
   projects/haf/trunk/osso-af-utils/src/fb-progress.sh
Log:
New logo

Modified: projects/haf/trunk/osso-af-utils/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/changelog	2009-08-28 11:37:45 UTC (rev 19229)
+++ projects/haf/trunk/osso-af-utils/debian/changelog	2009-08-28 11:39:33 UTC (rev 19230)
@@ -1,3 +1,9 @@
+osso-af-utils (2.11-1) unstable; urgency=low
+
+  * Display black background and corresponding progress indicator during initial boot
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Fri, 28 Aug 2009 14:33:42 +0300
+
 osso-af-utils (2.10-1) unstable; urgency=low
 
   * Use dot animation (indicator_update_white icons), handle transparency.

Modified: projects/haf/trunk/osso-af-utils/src/fb-progress.c
===================================================================
--- projects/haf/trunk/osso-af-utils/src/fb-progress.c	2009-08-28 11:37:45 UTC (rev 19229)
+++ projects/haf/trunk/osso-af-utils/src/fb-progress.c	2009-08-28 11:39:33 UTC (rev 19230)
@@ -112,7 +112,7 @@
  * - clears to white
  * - bar is blue Nokia logo blue
  */
-#define COLOR_BG_DEFAULT  0xffffff
+#define COLOR_BG_DEFAULT  0x000000
 #define COLOR_BAR_DEFAULT 0x0040a3
 
 #define FRAME_RATE 3

Modified: projects/haf/trunk/osso-af-utils/src/fb-progress.sh
===================================================================
--- projects/haf/trunk/osso-af-utils/src/fb-progress.sh	2009-08-28 11:37:45 UTC (rev 19229)
+++ projects/haf/trunk/osso-af-utils/src/fb-progress.sh	2009-08-28 11:39:33 UTC (rev 19230)
@@ -17,10 +17,8 @@
 # 02110-1301 USA
 
 PIDFILE=$AF_PIDDIR/fb-progress.pid
-LOGO_IMGDIR=/usr/share/icons/hicolor/scalable/hildon
-LOGO=startup_nokia_logo.png
 BAR_IMGDIR=/usr/share/icons/hicolor/scalable/hildon
-BAR=indicator_update_white
+BAR=indicator_update
 
 SECS=9
 
@@ -42,7 +40,7 @@
                     chmod 777 $AF_PIDDIR
                 fi
         	echo "Starting: fb-progress"
-        	fb-progress -l $LOGO_IMGDIR/$LOGO -g $BAR_IMGDIR/$BAR $SECS > /dev/null 2>&1 &
+        	fb-progress -c -g $BAR_IMGDIR/$BAR $SECS > /dev/null 2>&1 &
         	echo "$!" > $PIDFILE
         	chmod 666 $PIDFILE
 	fi

More information about the maemo-commits mailing list