summaryrefslogtreecommitdiffstats
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-08 20:46:38 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-08 20:46:38 +0200
commit7b004de9d23e0afdc92158216cdd089358dc1e26 (patch)
tree9c018b52bd4494ad305f71e6da1d568c8cc1d76e /firefox.sh.in
parent1d46ea40b87cd8dabc387f16de57799ad7041815 (diff)
Xulrunner / Firefox 16.0
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 55f31f4..2d8890c 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -134,6 +134,12 @@ export FONTCONFIG_PATH
GNOME_DISABLE_CRASH_DIALOG=1
export GNOME_DISABLE_CRASH_DIALOG
+##
+## Use /var/tmp instead of /tmp because of 1GB /tmp limit in Fedora 18 and later
+##
+TMPDIR="/var/tmp"
+export TMPDIR
+
# OK, here's where all the real work gets done