https://bugs.kde.org/show_bug.cgi?id=501215

--- Comment #4 from A. Ismail <[email protected]> ---
I discovered(In reply to Zamundaaa from comment #2)
> Figuring out why Xinput isn't being detected for you would be better, but as
> a workaround I guess it wouldn't be too bad to reduce the interval. Feel
> free to make a MR changing it

While digging for the root cause, I found out that I can't place a breakpoint
using GDB in the file
https://invent.kde.org/plasma/kwin-x11/-/blob/master/src/backends/x11/standalone/x11_standalone_xinputintegration.cpp
But I can do in most other files (not a debug symbol issue). It turns out that
CMake is the culprit. When investigating its logs I found the following
message:

-- The following features have been disabled:

 * XInput, Required for poll-free mouse cursor updates

I'm not sure why CMake is failing to detect XInput, even when I'm sure it
exists on my system. As a hack I forced CMake to act as if it detected XInput
but now compilation fails due to some warnings: one of them is related to an
uninitialized value when setting capsLock or numLock state, other warnings were
about some QT functions being depreciated.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to