[maemo-commits] [maemo-commits] r14650 - in projects/haf/trunk/osso-app-killer: debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Oct 29 09:41:06 EET 2007
- Previous message: [maemo-commits] r14649 - projects/haf/trunk/dbus/debian/patches
- Next message: [maemo-commits] r14651 - projects/haf/trunk/osso-app-killer/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2007-10-29 09:41:01 +0200 (Mon, 29 Oct 2007) New Revision: 14650 Modified: projects/haf/trunk/osso-app-killer/debian/changelog projects/haf/trunk/osso-app-killer/debian/control projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh Log: added rotating animation for CUD when the internal card is cleared Modified: projects/haf/trunk/osso-app-killer/debian/changelog =================================================================== --- projects/haf/trunk/osso-app-killer/debian/changelog 2007-10-29 07:02:56 UTC (rev 14649) +++ projects/haf/trunk/osso-app-killer/debian/changelog 2007-10-29 07:41:01 UTC (rev 14650) @@ -1,3 +1,9 @@ +osso-app-killer (1.18-1~unreleased) unstable; urgency=low + + * Added rotating animation for CUD when the internal card is cleared. + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Mon, 29 Oct 2007 09:36:54 +0200 + osso-app-killer (1.17-1) unstable; urgency=low * Remove 'empty' GConf directories. Fixes: NB#72357 Modified: projects/haf/trunk/osso-app-killer/debian/control =================================================================== --- projects/haf/trunk/osso-app-killer/debian/control 2007-10-29 07:02:56 UTC (rev 14649) +++ projects/haf/trunk/osso-app-killer/debian/control 2007-10-29 07:41:01 UTC (rev 14650) @@ -7,7 +7,7 @@ Package: osso-app-killer Architecture: all -Depends: osso-af-startup (>= 1.23), dbus, sudo, lsof +Depends: osso-af-startup (>= 1.23), dbus, sudo, lsof, osso-af-utils Description: Collection of scripts for RFS/ROS, CUD, restore. Scripts to implement the 'cleansing effect' of Restore Original Settings and Clear User Data. Also included is a script to run before the restore Modified: projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh =================================================================== --- projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh 2007-10-29 07:02:56 UTC (rev 14649) +++ projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh 2007-10-29 07:41:01 UTC (rev 14650) @@ -24,6 +24,7 @@ fi if [ "x$DEV" != "x" ]; then echo "Internal memory card device is $DEV" + /usr/sbin/anim-shower 20000 & # Wait until memory card is not used by applications # (this will only detect files open by 'user' if this
- Previous message: [maemo-commits] r14649 - projects/haf/trunk/dbus/debian/patches
- Next message: [maemo-commits] r14651 - projects/haf/trunk/osso-app-killer/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]