keyboard: Add support for full live enviroment keyboard switching - #101
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds live-session keyboard/locale switching support for the full Plasma session by pulling in kxkb2locale1 and enabling KWin’s locale-following behavior for Wayland in the live user skeleton.
Changes:
- Added
kxkb2locale1to the desktop ISO package set. - Added a pacman hook to write the KWin Wayland setting to follow locale for live users (
/etc/skel). - Added Plasma Welcome live-environment flag in the default skeleton config.
- Updated
CHANGELOG.md(currently includes unrelated/duplicated entries).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
CHANGELOG.md |
Reformats/updates 26.04 release notes (currently contains scope mismatch + duplicated sections). |
archiso/packages_desktop.x86_64 |
Adds kxkb2locale1 to support session-wide keyboard/locale syncing. |
archiso/airootfs/etc/skel/.config/plasma-welcomerc |
Flags the session as a live environment for Plasma Welcome defaults. |
archiso/airootfs/etc/pacman.d/hooks/90-cachyos-live-kwin-keyboard.hook |
Sets KWin Wayland FollowLocale1=true in the live user skeleton during ISO build. |
Comments suppressed due to low confidence (1)
CHANGELOG.md:57
- The 26.04 section has duplicate/overlapping entries: after the curated "Fixes" list (lines 33–49), there’s another "chwd" and "cachyos-settings" fixes block (lines 51–57) that repeats the same items with different wording/casing. This makes the changelog inconsistent; remove the duplicated block or merge its unique items into the main Fixes lists.
* **chwd:**
* Kernel search is now more accurate in nvidia profiles
* Remove forcing Xorg session in 470xx profiles
* Match handheld product names now better
* **cachyos-settings:**
* Dropped S01x power management due issues with 595 nvidia driver
* Disabled AggresiveVblank due VR issues with the NVIDIA Driver
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Peter Jung <admin@ptr1337.dev>
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.
This adds support to automatically switch the locale for the complete Session, instead of only the calamares window.
It relays on
kxkb2locale1, whcich is also used at Fedora for Anaconda to handle the Keyboard Switching. Tested in VMSigned-off-by: Peter Jung admin@ptr1337.dev