[maemo-commits] [maemo-commits] r15741 - projects/haf/trunk/maemo-launcher/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jul 3 18:47:46 EEST 2008
- Previous message: [maemo-commits] r15740 - projects/haf/trunk/maemo-launcher/debian
- Next message: [maemo-commits] r15742 - in projects/haf/trunk/maemo-launcher: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: guillem
Date: 2008-07-03 18:47:44 +0300 (Thu, 03 Jul 2008)
New Revision: 15741
Modified:
projects/haf/trunk/maemo-launcher/debian/changelog
projects/haf/trunk/maemo-launcher/debian/init.d
Log:
Disable the application crash notifications
Let's take quaility seriously, I've heard that's one our values...
(Fixes: NB#86713)
Modified: projects/haf/trunk/maemo-launcher/debian/changelog
===================================================================
--- projects/haf/trunk/maemo-launcher/debian/changelog 2008-07-03 15:47:32 UTC (rev 15740)
+++ projects/haf/trunk/maemo-launcher/debian/changelog 2008-07-03 15:47:44 UTC (rev 15741)
@@ -3,6 +3,8 @@
* Export USER, LOGNAME, SHELL and HOME to maemo-launcher. (Fixes: MM#1131)
* Add comment in the init.d script about the wrongess of the current
approach.
+ * Let's take quality seriously by disabling the application crash
+ notifications. (Fixes: NB#86713)
-- Guillem Jover <guillem.jover at nokia.com> Fri, 06 Jun 2008 20:23:48 +0300
Modified: projects/haf/trunk/maemo-launcher/debian/init.d
===================================================================
--- projects/haf/trunk/maemo-launcher/debian/init.d 2008-07-03 15:47:32 UTC (rev 15740)
+++ projects/haf/trunk/maemo-launcher/debian/init.d 2008-07-03 15:47:44 UTC (rev 15741)
@@ -6,7 +6,9 @@
NAME=maemo-launcher
DESC="Maemo Launcher"
DAEMON=/usr/bin/$NAME
-DAEMON_BASE_OPTS="--daemon --send-app-died --booster gtk"
+# XXX: Because we take quality seriously let's disable the application crash
+# notification (you might want to add '--send-app-died' back...)
+DAEMON_BASE_OPTS="--daemon --booster gtk"
PIDFILE=/tmp/$NAME.pid
# When inside scratchbox we are not really root nor do we have 'user' user
- Previous message: [maemo-commits] r15740 - projects/haf/trunk/maemo-launcher/debian
- Next message: [maemo-commits] r15742 - in projects/haf/trunk/maemo-launcher: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
