sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-25 20:59:25 +00:00
parent c376d85ea0
commit b6c01378e8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
89 changed files with 898 additions and 818 deletions

View file

@ -0,0 +1,12 @@
Index: qutebrowser/qt/machinery.py
--- qutebrowser/qt/machinery.py.orig
+++ qutebrowser/qt/machinery.py
@@ -34,7 +34,7 @@ from qutebrowser.utils import log
# sed -i 's/_WRAPPER_OVERRIDE = .*/_WRAPPER_OVERRIDE = "PyQt6"/' qutebrowser/qt/machinery.py
#
# Users: Set the QUTE_QT_WRAPPER environment variable to change the default wrapper.
-_WRAPPER_OVERRIDE = None
+_WRAPPER_OVERRIDE = "PyQt5"
WRAPPERS = [
"PyQt6",