mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add a bug reference for qt-at-spi crashes
This commit is contained in:
parent
7368d78f3b
commit
e57801b7e4
@ -30,6 +30,7 @@ int main(int argc, char **argv) {
|
|||||||
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 */
|
/* qt-at-spi causes crashes and performance issues in various distros, so disable it */
|
||||||
|
/* for example: https://bugs.launchpad.net/calibre/+bug/1892646 */
|
||||||
SET("QT_ACCESSIBILITY", "0")
|
SET("QT_ACCESSIBILITY", "0")
|
||||||
SET("CALIBRE_QT_PREFIX", base)
|
SET("CALIBRE_QT_PREFIX", base)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user