From d1a65dc032f72002c446e03d29b0954fd869d3cb Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Jan 07 2009 22:36:28 +0000 Subject: - Disable the crash dialog --- diff --git a/thunderbird.sh.in b/thunderbird.sh.in index 60790b8..da2af98 100644 --- a/thunderbird.sh.in +++ b/thunderbird.sh.in @@ -40,4 +40,10 @@ MOZ_PROGRAM="$MOZ_DIST_BIN/thunderbird" #MOZ_DISABLE_PANGO=1 #export MOZ_DISABLE_PANGO +## +## Disable the GNOME crash dialog, Moz has it's own +## +GNOME_DISABLE_CRASH_DIALOG=1 +export GNOME_DISABLE_CRASH_DIALOG + exec $MOZ_PROGRAM "$@" diff --git a/thunderbird.spec b/thunderbird.spec index 5249d29..9750e8b 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -8,7 +8,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 2.0.0.19 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -329,6 +329,9 @@ fi #=============================================================================== %changelog +* Wed Jan 07 2009 Christopher Aillon - 2.0.0.19-2 +- Disable the crash dialog + * Mon Jan 5 2009 Christopher Aillon 2.0.0.19-1 - Update to 2.0.0.19