[Bug 2084001] Re: fixconkeys-part1 malfunctions if more than one keyboard layout is active at once at installation time
Brian Murray
2084001 at bugs.launchpad.net
Wed Oct 9 15:22:26 UTC 2024
How are the keyboard layouts ordered? And how can you be certain the
that first keyboard layout is the correct one?
diff -Nru calamares-settings-ubuntu-24.10.5/common/fixconkeys-part1 calamares-settings-ubuntu-24.10.6/common/fixconkeys-part1
--- calamares-settings-ubuntu-24.10.5/common/fixconkeys-part1 2024-09-28 20:46:11.000000000 +0000
+++ calamares-settings-ubuntu-24.10.6/common/fixconkeys-part1 2024-10-09 04:18:15.000000000 +0000
@@ -1,3 +1,3 @@
#!/bin/bash
-setxkbmap -query | awk '/layout/{ print $2 }' > /dev/shm/fixconkeys-layout
+setxkbmap -query | awk '/layout/{ print $2 }' | cut -d',' -f1 > /dev/shm/fixconkeys-layout
** Changed in: calamares-settings-ubuntu (Ubuntu)
Status: Confirmed => Incomplete
** Also affects: calamares-settings-ubuntu (Ubuntu Oracular)
Importance: Undecided
Status: Incomplete
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2084001
Title:
fixconkeys-part1 malfunctions if more than one keyboard layout is
active at once at installation time
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calamares-settings-ubuntu/+bug/2084001/+subscriptions
More information about the kubuntu-bugs
mailing list