From 1cb85e968fd2669fb8c1bb8e06cfff1d0bf2407e Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Mon, 8 Oct 2012 17:09:13 +0200 Subject: Update to 16.0 --- firefox.sh.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index 6004ea6..2c7d5c0 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -143,6 +143,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 -- cgit