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)

x86
Linux
defect

Tracking

()

VERIFIED FIXED
mozilla0.9

People

(Reporter: pavlov, Assigned: pavlov)

Details

(Whiteboard: 0.9)

Attachments

(1 file)

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).
Status: NEW → ASSIGNED
Keywords: patch
Priority: -- → P3
Target Milestone: --- → mozilla0.9.1
As quick and dirty goes, this is both and fine for now. r=syd
sr=brendan
a= asa@mozilla.org for checkin to 0.9
Added 0.9 to the Status Whiteboard.
Whiteboard: 0.9
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
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 :-)
you are sooo right syd, mr. sophistication himself
Verified fix checked into lxr.mozilla.org
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: