Summary: | The virtual keyboard not usable after updating from 5.23.5 to 5.24.0 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Fushan Wen <qydwhotmail> |
Component: | virtual-keyboard | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, nate, nicolas.fella |
Priority: | NOR | Keywords: | regression, wayland |
Version: | 5.24.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/c7988e8c8335bd3ee922b77eb9f53c8274310ce2 | Version Fixed In: | 5.24.2 |
Sentry Crash Report: |
Description
Fushan Wen
2022-02-17 08:04:09 UTC
duplicate of bug 449888? (In reply to Patrick Silva from comment #1) > duplicate of bug 449888? The commit doesn't seem related to this bug. How sure are you the [$e] is actually related? It shouldn't make a difference: https://invent.kde.org/frameworks/kconfig/-/blob/master/docs/options.md#shell-expansion (In reply to Nicolas Fella from comment #3) > How sure are you the [$e] is actually related? It shouldn't make a > difference: > https://invent.kde.org/frameworks/kconfig/-/blob/master/docs/options. > md#shell-expansion I added [$e] back to the config and the virtual keyboard still works. So the problem must exist elsewhere. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2037 Git commit b1c1603c8cbe37430a214b57d6bdd1be13c4eef1 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 17/02/2022 at 15:53. Pushed by ngraham into branch 'master'. inputmethod: Fix read setting It's specified as a Path in the kcfg file and the KCM will replace the /home path into $HOME, and I imagine it may do some others likethat. M +1 -1 src/main_wayland.cpp https://invent.kde.org/plasma/kwin/commit/b1c1603c8cbe37430a214b57d6bdd1be13c4eef1 Git commit c7988e8c8335bd3ee922b77eb9f53c8274310ce2 by Nate Graham, on behalf of Aleix Pol. Committed on 17/02/2022 at 18:43. Pushed by ngraham into branch 'Plasma/5.24'. inputmethod: Fix read setting It's specified as a Path in the kcfg file and the KCM will replace the /home path into $HOME, and I imagine it may do some others likethat. (cherry picked from commit b1c1603c8cbe37430a214b57d6bdd1be13c4eef1) M +1 -1 src/main_wayland.cpp https://invent.kde.org/plasma/kwin/commit/c7988e8c8335bd3ee922b77eb9f53c8274310ce2 |