mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -288,6 +288,7 @@ class LinuxFreeze(Command):
|
||||
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…
x
Reference in New Issue
Block a user