From me at the-compiler.org Tue Jun 13 21:46:52 2017 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 13 Jun 2017 21:46:52 +0200 Subject: [qutebrowser-announce] Qt 5.9, QtWebKit-NG 5.212 Alpha and next qutebrowser release Message-ID: <20170613194651.h7thci34uvlsm4gq@hooch.localdomain> Hey! Qt 5.9 and QtWebKit-NG 5.212 have been released recently, a few interesting things you might want to know about them: QtWebKit-NG and segfaults ------------------------- QtWebKit-NG segfaults often (like when posting comments on reddit) when built with GCC 7 (like on Archlinux). I was able to track the bug down and asked for a workaround to be applied to the package, but it's not in yet: https://github.com/annulen/webkit/issues/562 https://bugs.archlinux.org/task/54428 You might want to switch to QtWebEngine in the meantime, or downgrade your qt5-webkit-ng package, or rebuild it with that patch (it'll take some while to build though). Qt 5.9 ------ Qt 5.9 has a lot of interesting stuff for QtWebEngine: - Updated to Chromium 56 (5.8 was based on 53) with all associated features and bugfixes (no more "Renderer process crashed" hopefully!) - Downloads now show a proper reason when failing (as soon as PyQt is updated to 5.9, see below) - Bugs with typing accented chars (dead keys, compose key, etc.) should be fixed. (Was already patched on Archlinux) - The bug where pages opened from another page get grey when the original tab gets closed is fixed. (Was already patched on Archlinux) -