Closed
Bug 77645
Opened 24 years ago
Closed 24 years ago
Need the ability to turn off XIE from an environment variable.
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: pavlov, Assigned: pavlov)
Details
(Whiteboard: 0.9)
Attachments
(1 file)
1.34 KB,
patch
|
Details | Diff | Splinter Review |
We need to be able to turn off the use of XIE with an environment variable.
Users of things like NCD X terminals, that don't have licenses for XIE, pop up a
dialog blocking the process from continuing waiting for a license to become
available (which most likely won't ever happen).
Assignee | ||
Updated•24 years ago
|
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
sr=brendan
Comment 4•24 years ago
|
||
a= asa@mozilla.org for checkin to 0.9
Assignee | ||
Comment 6•24 years ago
|
||
ok, i've checked this in (on the trunk and branch). I made 1 small change
which was to change the env var from MOZ_NO_XIE to MOZ_DISABLE_XIE (which made a
little more sense to me...).
so in bash:
export MOZ_DISABLE_XIE=1
or *csh
setenv MOZ_DISABLE_XIE 1
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•24 years ago
|
||
setting back to 0.9 to reflect reality
Target Milestone: mozilla0.9.1 → mozilla0.9
or in ksh (bash likes this too, and girls think it is sophisticated):
typeset -x MOZ_DISABLE_XIE=1
:-)
Comment 9•24 years ago
|
||
you are sooo right syd, mr. sophistication himself
You need to log in
before you can comment on or make changes to this bug.
Description
•