SUMMARY EffectsHandlerImpl::EffectsHandlerImpl(Compositor *compositor, Scene *scene) { connect(kwinApp()->inputMethod(), &InputMethod::panelChanged, this, &EffectsHandlerImpl::inputPanelChanged); } This line throws the following warning into console output on start: QObject::connect(KWin::InputMethod, KWin::EffectsHandlerImpl): invalid nullptr parameter STEPS TO REPRODUCE 1. Start KWin OBSERVED RESULT Input method is null, but code attempts to bind to its signals. EXPECTED RESULT ??? SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE: git master Qt Version: 5.15.5 Kernel Version: 5.18.14-arch1-1 (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz Memory: 15.6 GiB of RAM Graphics Processor: NVIDIA GeForce GTX 970M/PCIe/SSE2 Manufacturer: ASUSTeK COMPUTER INC. Product Name: G752VT System Version: 1.0 ADDITIONAL INFORMATION
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2763
Git commit 369194ab7290f8b9f53e5887452015fcfa2b9480 by Xaver Hugl. Committed on 02/08/2022 at 10:15. Pushed by zamundaaa into branch 'master'. effectshandler: ignore inputmethod on X11 M +3 -1 src/effects.cpp https://invent.kde.org/plasma/kwin/commit/369194ab7290f8b9f53e5887452015fcfa2b9480