From c397e9326b6d323f41e1f26157e113d792c5895b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 26 Sep 2019 18:33:48 +0200 Subject: Go back to Qt 5.12 for tox/pyinstaller This reverts commit 548b5a17d72b42df997055c945c5e42e80b31af3. This reverts commit fe32e00a4e1b5a7cfd49638501a072df243636c2. Due to QTBUG-77364 (broken keyboard focus), we can't upgrade to qtbase 5.13.1. However, with 5.13.0 (and QtWebEngine 5.13.1), we run into two more issues: - Segfaults in QQuickWindowPrivate::updateDirtyNode() when logging into a Google account (especially on macOS). - Qt 5.13.0 with the old PyQt5 exit scheme segfaults on exit on Windows. However, pyqt5_enable_new_onexit_scheme() was added in PyQt 5.13.1. See https://bugreports.qt.io/browse/QTBUG-77364 See https://www.riverbankcomputing.com/news/pyqt-5131 Reopens #4918 --- README.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.asciidoc') diff --git a/README.asciidoc b/README.asciidoc index 71da0db43..607108e96 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -97,8 +97,9 @@ Requirements The following software and libraries are required to run qutebrowser: * https://www.python.org/[Python] 3.5.2 or newer (3.6 recommended) -* https://www.qt.io/[Qt] 5.7.1 or newer (5.12 recommended due to https://bugreports.qt.io/browse/QTBUG-76913[segfaults on media pages with Qt 5.13]); support for < 5.9 - will be dropped soon) with the following modules: +* https://www.qt.io/[Qt] 5.7.1 or newer (5.12 recommended due to severe bugs in + Qt 5.13.0 and .1); support for < 5.9 will be dropped soon) with the following + modules: - QtCore / qtbase - QtQuick (part of qtbase in some distributions) - QtSQL (part of qtbase in some distributions) -- cgit v1.2.3-54-g00ecf