Summary: | Holding a key does not repeat it like it should [Wayland][kwin][kwayland-server] | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Leszek Lesner <leszek.lesner> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bshah, kde, nate |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Netrunner | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/733692f4391ebf82f0f9a44c1a9aadab95240e43 | Version Fixed In: | |
Sentry Crash Report: |
Description
Leszek Lesner
2020-10-21 02:19:57 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/372 Git commit 733692f4391ebf82f0f9a44c1a9aadab95240e43 by Bhushan Shah. Committed on 21/10/2020 at 10:31. Pushed by bshah into branch 'master'. input: reconfigure after setting up the libinput Previously seat interface was keeping track of the repeat information, but now it is taken care by KeyboardInterface, which is created only if the setHasKeyboard is set to true. So, since we are setting up various capabilities on seat in libinput, re-parse configuration here, so that various information like key repeat is notified to kwayland-server M +1 -1 input.cpp https://invent.kde.org/plasma/kwin/commit/733692f4391ebf82f0f9a44c1a9aadab95240e43 Is it appropriate to backport this to 5.20? >Is it appropriate to backport this to 5.20?
It is not needed.
(In reply to Nate Graham from comment #3) > Is it appropriate to backport this to 5.20? No, the regression was from master branch, so only needed for master branch |