[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-06-20 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #1 from Vlad Zagorodniy  ---
Can you submit that patch to Phabricator?

https://community.kde.org/Get_Involved/development

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-06-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408943

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2020-08-09 Thread ruruoli
https://bugs.kde.org/show_bug.cgi?id=408943

ruruoli  changed:

   What|Removed |Added

 CC||maniikarab...@protonmail.ch

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2020-08-09 Thread ruruoli
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #8 from ruruoli  ---
Kubuntu 20.04, rate settings still not working.

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2020-08-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=408943

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REOPENED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #9 from David Edmundson  ---
>Rate setting is still not working after update to plasma 5.16.4 on Arch Linux
even after relogin.


Please set to something non standard and include output of

WAYLAND_DEBUG=1 qtdiag |& grep keyboard

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2020-08-09 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #10 from Patrick Silva  ---
output on neon unstable

[3068071,334] wl_registry@2.global(3,
"zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[3068072,417]  -> wl_seat@6.get_keyboard(new id wl_keyboard@3)
[3068073,268] wl_keyboard@3.repeat_info(25, 600)
[3068073,292] wl_keyboard@3.keymap(1, fd 4, 53810)
[3068107,012] wl_registry@12.global(3,
"zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[3068116,561] wl_registry@21.global(3,
"zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
  keyboardInputInterval: 400
  keyboardAutoRepeatRate: 30
[3068207,640]  -> wl_keyboard@3.release()

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2020-08-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=408943

David Edmundson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #11 from David Edmundson  ---
urgh, indeed.

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-10-09 Thread Matthias Fauconneau
https://bugs.kde.org/show_bug.cgi?id=408943

Matthias Fauconneau  changed:

   What|Removed |Added

 CC||matthias.fauconneau@gmail.c
   ||om

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-07-08 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=408943

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #2 from Patrick Silva  ---
*** Bug 409536 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-07-08 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #3 from Vlad Zagorodniy  ---
@Sam Do you need help with submitting the patch?

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-07-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408943

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://commits.kde.org/kwi
   ||n/3b0f704e3b90b723a8516ce3f
   ||bff9bd18e2b11cf
 Resolution|--- |FIXED
   Version Fixed In||5.16.4

--- Comment #4 from Nate Graham  ---
Git commit 3b0f704e3b90b723a8516ce3fbff9bd18e2b11cf by Nate Graham, on behalf
of Sam Edwards.
Committed on 10/07/2019 at 23:13.
Pushed by ngraham into branch 'Plasma/5.16'.

Fix case-sensitivity typo in libinput configuration function

Summary:
This fixes the bug where KWin-on-Wayland doesn't respect keyboard repeat
settings
FIXED-IN: 5.16.4

Test Plan:
1. Start Wayland session
2. Open Wayland KCM and note the keyboard repeat/rate/delay
3. Go to keyboard preferences KCM and adjust the keyboard repeat/rate/delay
4. Open the Wayland KCM again and verify the keyboard repeat/rate/delay
adjustments (it may be necessary to restart the Wayland session before this
step)

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D22388

M  +1-1input.cpp

https://commits.kde.org/kwin/3b0f704e3b90b723a8516ce3fbff9bd18e2b11cf

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-07-30 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #5 from Patrick Silva  ---
Rate setting is still not working after update to plasma 5.16.4 on Arch Linux
even after relogin.

Operating System: Arch Linux 
KDE Plasma Version: 5.16.4
KDE Frameworks Version: 5.60.0
Qt Version: 5.13.0

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-08-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #6 from Christoph Feck  ---
Patrick, either reopen, or create a new ticket. Comments on closed bugs rarely
get seen.

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-08-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408943

Nate Graham  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2019-08-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #7 from Nate Graham  ---
*** Bug 410628 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-10 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=408943

Prajna Sariputra  changed:

   What|Removed |Added

 CC||putr...@gmail.com

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-12 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=408943

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #12 from Vlad Zahorodnii  ---
This should be fixed

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-12 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #13 from Prajna Sariputra  ---
> This should be fixed

As in on git master I assume? It still happens to me on Plasma 5.25.5 (more
system info below).

Operating System: Arch Linux
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.6
Kernel Version: 5.19.7-arch1-1 (64-bit)
Graphics Platform: Wayland

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-12 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=408943

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Ever confirmed|1   |0
 Resolution|WORKSFORME  |---

--- Comment #14 from Vlad Zahorodnii  ---
Hmm, maybe not then. At least I remember adding code that makes kwin process
key repeat settings.

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=408943

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #15 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1140

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-12 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=408943

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|https://commits.kde.org/kwi |https://invent.kde.org/plas
   |n/3b0f704e3b90b723a8516ce3f |ma/plasma-desktop/commit/3c
   |bff9bd18e2b11cf |880f6c941b946d15a4245c8feef
   ||2c4f3e0de8d

--- Comment #16 from Vlad Zahorodnii  ---
Git commit 3c880f6c941b946d15a4245c8feef2c4f3e0de8d by Vlad Zahorodnii.
Committed on 12/09/2022 at 12:38.
Pushed by vladz into branch 'master'.

kcms/keyboard: Fix Notifiers field for KeyRepeat,RepeatDelay,RepeateRate
options

KeyRepeat, RepeatDelay, and RepeateRate have custom names. We need to
specify those names in the Notifiers field otherwise kconfig source
generator won't generate relevant notification code.

M  +1-1kcms/keyboard/keyboardmiscsettings.kcfgc

https://invent.kde.org/plasma/plasma-desktop/commit/3c880f6c941b946d15a4245c8feef2c4f3e0de8d

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408943

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.16.4  |5.26
   Keywords||wayland

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-17 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=408943

--- Comment #17 from Patrick Silva  ---
*** Bug 450319 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-17 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=408943

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

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