mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
QT_ACCESSIBILITY was Qt 4 only
This commit is contained in:
parent
e57801b7e4
commit
130b27219f
@ -29,10 +29,7 @@ int main(int argc, char **argv) {
|
|||||||
memset(lib, 0, PATHLEN);
|
memset(lib, 0, PATHLEN);
|
||||||
snprintf(lib, PATHLEN, "%s/lib", base);
|
snprintf(lib, PATHLEN, "%s/lib", base);
|
||||||
|
|
||||||
/* qt-at-spi causes crashes and performance issues in various distros, so disable it */
|
SET("CALIBRE_QT_PREFIX", base)
|
||||||
/* for example: https://bugs.launchpad.net/calibre/+bug/1892646 */
|
|
||||||
SET("QT_ACCESSIBILITY", "0")
|
|
||||||
SET("CALIBRE_QT_PREFIX", base)
|
|
||||||
|
|
||||||
memset(buf, 0, PATHLEN);
|
memset(buf, 0, PATHLEN);
|
||||||
ldp = getenv("LD_LIBRARY_PATH");
|
ldp = getenv("LD_LIBRARY_PATH");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user