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.
Created attachment 83393 [details] [review] Patch adding /usr/share/keymaps
(In reply to comment #1) > Created attachment 83393 [details] [review] [review] > Patch adding /usr/share/keymaps Thanks for the patch, pushed as 4a9e80b
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.