feat(plasma): support lock-screen input panels - #39
Merged
Merged
Conversation
Integrate the KWin Wayland input-panel protocol with persistent lock-state handling, managed Plasma Login Manager configuration, and platform-aware window opacity.
Hide the close control on secure lock windows, clear keyboard state during shutdown, and remove the stale service import that broke CI linting.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Written by inayayousfi, typed by gpt-5.6-sol running in OpenCode.
Every call here is inayayousfi's, and no agent acted on its own.
Summary
Add Plasma Login Manager and KDE lock-screen support through KWin's Wayland input-panel protocol.
The secure runtime keeps one process alive across lock cycles while starting and stopping the keyboard backend and window resources with the lock state. Runtime events and commands preserve the existing separation between platform integration, window orchestration, and reusable components.
Setup now manages the Plasma input-method launcher, KWin configuration, systemd override, and the required lock-screen QML block. It validates the Plasma Login Manager structure and supports Plasma versions from 6.7.0 up to, but not including, 7.0.0.
Window opacity now uses a content opacity effect on Wayland and native window opacity elsewhere through one runtime window API.
Testing
.venv-windows/Scripts/python.exe -m unittest discover -s tests: 194 passed, 1 skippedF,E9,W6git diff --check