Usability: "localectl set-x11-keymap" doesn't work in mantic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-init (Ubuntu) |
Fix Released
|
High
|
Chad Smith | ||
systemd (Ubuntu) |
Confirmed
|
Medium
|
Nick Rosbrook |
Bug Description
On the raspi arm64 server image, I used to use cloud-init's keyboard module to set my keyboard to GB by default. However, on mantic localectl (which the keyboard module uses) is now reporting:
$ localectl set-x11-keymap gb pc105
Setting X11 and console keymaps is not supported in Debian
So ... how do I get my £ key by default now? Or should this be filed against systemd as well?
=== update ====
cloud-init 23.3 release now writes /etc/default/
The remaining question is do we want to improve usability of the error message or hints/docs for admins describing how to set up keymap/layout?
tags: | added: rls-mm-incoming |
description: | updated |
summary: |
- "localectl set-x11-keymap" doesn't work in mantic + Usability: "localectl set-x11-keymap" doesn't work in mantic |
Changed in cloud-init (Ubuntu): | |
assignee: | nobody → Chad Smith (chad.smith) |
tags: | removed: rls-mm-incoming |
Looks like the change was intentional: https:/ /launchpad. net/debian/ +source/ systemd/ 253-4
Though the referenced LP bug doesn't exist, so I'm not sure why. I'll keep digging.