Linux binary: Disable qt-sp-api as it causes crashes/performance issues on various distros

This commit is contained in:
Kovid Goyal 2011-12-28 08:52:34 +05:30
parent 0a671bd026
commit 1b9f2c2fa3

View File

@ -288,6 +288,7 @@ class LinuxFreeze(Command):
path=`readlink -f $0` path=`readlink -f $0`
base=`dirname $path` base=`dirname $path`
lib=$base/lib lib=$base/lib
export QT_ACCESSIBILITY=0 # qt-at-spi causes crashes and performance issues in various distros, so disable it
export LD_LIBRARY_PATH=$lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$lib:$LD_LIBRARY_PATH
export MAGICK_HOME=$base export MAGICK_HOME=$base
export MAGICK_CONFIGURE_PATH=$lib/{1}/config export MAGICK_CONFIGURE_PATH=$lib/{1}/config