From e57801b7e411f31e231b4d1f1c45da78dda71d2c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 Aug 2020 07:03:42 +0530 Subject: [PATCH] Add a bug reference for qt-at-spi crashes --- bypy/linux/launcher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bypy/linux/launcher.c b/bypy/linux/launcher.c index b1ecdc6fc0..3b60ec2198 100644 --- a/bypy/linux/launcher.c +++ b/bypy/linux/launcher.c @@ -30,6 +30,7 @@ int main(int argc, char **argv) { snprintf(lib, PATHLEN, "%s/lib", base); /* 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("CALIBRE_QT_PREFIX", base)