summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-08 04:08:51 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-08 04:08:51 +0000
commit018bdff1983a96b549f0c30c03b0fd57bdc610b4 (patch)
tree84009dcc710c2a71b981386aa00de2ef2363f6dd /firefox.sh.in
parent- Update to latest trunk (2008-03-06) (diff)
downloadlibrewolf-fedora-ff-018bdff1983a96b549f0c30c03b0fd57bdc610b4.tar.gz
librewolf-fedora-ff-018bdff1983a96b549f0c30c03b0fd57bdc610b4.tar.bz2
librewolf-fedora-ff-018bdff1983a96b549f0c30c03b0fd57bdc610b4.zip
- Update to latest trunk (2008-03-07)
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 71473f6..48ab576 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -128,6 +128,12 @@ export FONTCONFIG_PATH
# export MOZ_DISABLE_PANGO
#
+##
+## Disable the GNOME crash dialog, Moz has it's own
+##
+GNOME_DISABLE_CRASH_DIALOG=1
+export GNOME_DISABLE_CRASH_DIALOG
+
# OK, here's where all the real work gets done
# check system locale
bgstack15