diff options
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |