Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-6105

Unable to set keymap to "gb" on minimal install

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • rhel-9.0.0
    • systemd
    • Minor
    • sst_cs_plumbers
    • ssg_core_services
    • 3
    • False
    • Hide

      None

      Show
      None
    • Known Issue
    • Hide
      .Setting the console `keymap` requires the `libxkbcommon` library on your minimal install

      In RHEL 9, certain `systemd` library dependencies have been converted from dynamic linking to dynamic loading, so that your system opens and uses the libraries at runtime when they are available. With this change, a functionality that depends on such libraries is not available unless you install the necessary library. This also affects setting the keyboard layout on systems with a minimal install. As a result, the `localectl --no-convert set-x11-keymap gb` command fails.

      To work around this problem, install the `libxkbcommon` library:
      ----
      # dnf install libxkbcommon
      ----
      Show
      .Setting the console `keymap` requires the `libxkbcommon` library on your minimal install In RHEL 9, certain `systemd` library dependencies have been converted from dynamic linking to dynamic loading, so that your system opens and uses the libraries at runtime when they are available. With this change, a functionality that depends on such libraries is not available unless you install the necessary library. This also affects setting the keyboard layout on systems with a minimal install. As a result, the `localectl --no-convert set-x11-keymap gb` command fails. To work around this problem, install the `libxkbcommon` library: ---- # dnf install libxkbcommon ----
    • Done

      Description of problem:
      Unable to set keymap to "gb" on minimal install

      Version-Release number of selected component (if applicable):
      ibus-1.5.25-2.el9

      How reproducible:

      • on RHEL 9 minimal install. Reproduceable on 9.0, 9.1 and 9.2

      Steps to Reproduce:

      Run "localectl --no-convert set-x11-keymap gb"

      Actual results:

      Failed to set keymap: Local keyboard configuration not supported on this system.

      Expected results:

      keymap changed successfully

      Additional info:

            systemd-maint systemd maint mailing list
            rhn-support-vikpatil Vikramsingh Patil
            systemd maint mailing list systemd maint mailing list
            Frantisek Sumsal Frantisek Sumsal
            Sarka Jana Janderkova Sarka Jana Janderkova
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: