From 5fc2b2753afe635b6ac4bce2eb4c67d1a93dc780 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 7 Sep 2024 11:25:05 -0400 Subject: [PATCH] Changes: note keyboard fixes Neal Gompa suggested running KWin with the --locale1 flag, which makes it listen to locale1 changes. For systems that don't support that, there is now a different approach that rudely writes the config file -- which you should probably then copy into the target system later with a *preservefiles* module. FIXES #2264 --- CHANGES-3.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index e9b01a548..f10ca7d4e 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -10,13 +10,15 @@ the history of the 3.2 series (2018-05 - 2022-08). # 3.3.10 (unreleased) This release contains contributions from (alphabetically by given name): - - Nobody yet + - Adriaan de Groot + - Neal Gompa ## Core ## - Nothing yet ## Modules ## - *keyboard* Repaired summary messages with strange formatting. (#2364) + - *keyboard* Can update KDE Plasma configuration in Wayland. (thanks Neal, #2264) - *locale* Repaired summary messages with strange formatting. (#2364)