Not sure where its best to add this dependency but after the changes in 785430 my system dropped x11-apps/xkbcomp, which is actually still required for Xwayland to start. I feel this should be a dependency in xwayland not in wlroots/sway (my current DE) Reproducible: Always Steps to Reproduce: to reproduce should be easy 1. uninstall xkbcomp 2. try to start Xwayland directly (error: sh: line 1 missing xkbcomp) adding xkbcomp fixed the issue this appears to be running some shell script somewhere, but i could find no reference on my system. ``` /usr/bin: sudo grep xkbcomp * grep: Xwayland: binary file matches ```
https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/xkb/ddxLoad.c#L144
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade4a74ba7536dddcae6dcfed60eada396d49f87 commit ade4a74ba7536dddcae6dcfed60eada396d49f87 Author: Piotr Karbowski <slashbeast@gentoo.org> AuthorDate: 2021-08-05 17:50:37 +0000 Commit: Piotr Karbowski <slashbeast@gentoo.org> CommitDate: 2021-08-05 17:51:05 +0000 x11-base/xwayland: xkbcomp dependency added. Closes: https://bugs.gentoo.org/806208 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org> .../xwayland/{xwayland-21.1.2-r1.ebuild => xwayland-21.1.2-r2.ebuild} | 1 + 1 file changed, 1 insertion(+)