mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 07:13:20 +02:00
Linux binary: Disable qt-sp-api as it causes crashes/performance issues on various distros
This commit is contained in:
parent
0a671bd026
commit
1b9f2c2fa3
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ def build_launchers(self):
|
|||
path=`readlink -f $0`
|
||||
base=`dirname $path`
|
||||
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 MAGICK_HOME=$base
|
||||
export MAGICK_CONFIGURE_PATH=$lib/{1}/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue