Hi, I just made a clean install of Gentoo amd64 on WSL. The execution of i3-4.13-r1 tiling window manager shows the following message $ exec i3 xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb 11/06/2017 12:38:45 PM - ERROR: Could not create xkbcommon context i3: Could not load keymap Same issue also happens with i3-4.14. However if xkeyboard-config is emerged manually the issue is resolved. Should the dependencies of i3 also include xkeyboard-config?
xkeyboard-config should also be installed with xorg-server. I'll add the dependency.
PR: https://github.com/gentoo/gentoo/pull/6321
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587fc050f53f695dda640aa4453953b9eec15255 commit 587fc050f53f695dda640aa4453953b9eec15255 Author: Nelo-T. Wallus <nelo@wallus.de> AuthorDate: 2017-11-27 17:29:57 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2017-11-29 19:27:41 +0000 x11-wm/i3: Add missing dependency xkeyboard-config Dependency wasn't noticed as it is a depend of xorg-server. Bug: https://bugs.gentoo.org/636716 Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6321 x11-wm/i3/Manifest | 6 +++--- x11-wm/i3/i3-4.14.1.ebuild | 1 + x11-wm/i3/i3-9999.ebuild | 1 + 3 files changed, 5 insertions(+), 3 deletions(-)}