Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 628293 Details for
Bug 867073
TMPDIR is hardcoded for firefox
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch for /usr/bin/firefox
ff_tmpdir.diff (text/plain), 495 bytes, created by
Andrew
on 2012-10-16 17:18:07 UTC
(
hide
)
Description:
proposed patch for /usr/bin/firefox
Filename:
MIME Type:
Creator:
Andrew
Created:
2012-10-16 17:18:07 UTC
Size:
495 bytes
patch
obsolete
>--- /usr/bin/firefox 2012-10-11 18:39:50.000000000 +0300 >+++ ./firefox 2012-10-16 18:37:14.578190359 +0300 >@@ -144,9 +144,10 @@ > export GNOME_DISABLE_CRASH_DIALOG > > ## >-## Use /var/tmp instead of /tmp because of 1GB /tmp limit in Fedora 18 and later >+## Use $MOZ_TMPDIR if set. Otherwise use /var/tmp instead of /tmp >+## because of 1GB /tmp limit in Fedora 18 and later. > ## >-TMPDIR="/var/tmp" >+TMPDIR="${MOZ_TMPDIR:-/var/tmp}" > export TMPDIR > > # OK, here's where all the real work gets done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 867073
: 628293