Add a bug reference for qt-at-spi crashes

This commit is contained in:
Kovid Goyal 2020-08-25 07:03:42 +05:30
parent 7368d78f3b
commit e57801b7e4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)