SUMMARY After updating to Frameworks 6.10.0, Plasma 6.3 Beta and Qt 6.9.0, Kile does not open in a Wayland session. I get the following error: QWaylandShmBuffer: mmap failed (Invalid argument) QPainter::begin: Paint device returned engine == 0, type: 3 error marshalling arguments for add_buffer (signature oi): null value passed for arg 0 Error marshalling request: Invalid argument The Wayland connection experienced a fatal error: Invalid argument A workaround is to force to use X11 with QT_QPA_PLATFORM=xcb. Kile was working just fine using Wayland with Plasma 6.2.5, Frameworks 6.9.0 and Qt 6.8.1. STEPS TO REPRODUCE 1. Try to open Kile OBSERVED RESULT It crashes EXPECTED RESULT It works like before update SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.2.90 KDE Frameworks Version: 6.10.0 Qt Version: 6.9.0 Kernel Version: 6.12.8-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 24 × AMD Ryzen 9 7900X3D 12-Core Processor Memory: 93.5 GiB of RAM Graphics Processor 1: AMD Radeon RX 7900 XT Graphics Processor 2: AMD Radeon Graphics Manufacturer: ASUS
It's probably a Qt 6.9 bug. I get the exact same error when trying to run qbittorrent.
yes, most likely related to Qt 6.9
(In reply to Iyán Méndez Veiga from comment #1) > It's probably a Qt 6.9 bug. I get the exact same error when trying to run > qbittorrent. No, this worked just fine on Plasma 6.2.5 + Qt 6.9
Caused by https://invent.kde.org/plasma/kwin/-/commit/5a54f169a3568266e4cbfdc0bc447c3778c5b9df
It needs Plasma 6.3 _and_ Qt 6.9 since older Qt doesn't implement xdg_toplevel_icon
Fixed with https://codereview.qt-project.org/c/qt/qtwayland/+/616438
Thanks Nicolas! I can confirm that the patch fixes the issue for me.