summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-21 21:01:40 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-21 21:01:40 +0000
commita824496731517b54390183bc84a331501aa1ab83 (patch)
treecc0c16fb52dc4d5467f99199da65d5d7d3753c72 /anaconda
parent73b9c4db7bc8e458ac8daa5fd984731b6df7686c (diff)
downloadanaconda-a824496731517b54390183bc84a331501aa1ab83.tar.gz
anaconda-a824496731517b54390183bc84a331501aa1ab83.tar.xz
anaconda-a824496731517b54390183bc84a331501aa1ab83.zip
forcibly disable xft
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index d9d427d15..5084b75b9 100755
--- a/anaconda
+++ b/anaconda
@@ -87,6 +87,7 @@ if os.environ.has_key('HOME'):
os.environ['XAUTHORITY'] = os.environ['HOME'] + '/.Xauthority'
os.environ['HOME'] = '/tmp'
os.environ['LC_NUMERIC'] = 'C'
+os.environ['GDK_USE_XFT'] = 0
if os.environ.has_key ("ANACONDAARGS"):
theargs = string.split (os.environ["ANACONDAARGS"])