[systemd-bugs] [Bug 66417] New: localectl does not support standard keymap location

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 30 13:56:56 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=66417

          Priority: medium
            Bug ID: 66417
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: localectl does not support standard keymap location
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mgorny at gentoo.org
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

src/locale/localectl.c lists the following locations for keymap files:

        nftw("/usr/share/kbd/keymaps/", nftw_cb, 20, FTW_MOUNT|FTW_PHYS);
        nftw("/usr/lib/kbd/keymaps/", nftw_cb, 20, FTW_MOUNT|FTW_PHYS);
        nftw("/lib/kbd/keymaps/", nftw_cb, 20, FTW_MOUNT|FTW_PHYS);

However, the reference location is $datadir/keymaps which -- with the standard
/usr prefix -- resolves to /usr/share/keymaps (note no 'kbd').

I believe that logind should support the reference location by default.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130630/434bac57/attachment-0001.html>


More information about the systemd-bugs mailing list