/usr/libexec/ibus-engine-typing-booster and /usr/libexec/ibus-setup-typing-booster have `#!/usr/bin/sh` as shebang. Because of that “Typing Booster” does not show up in the input method list. Symlinking `/bin/sh` to `/usr/bin/sh` works around the issue. Upstream bug: https://github.com/mike-fabian/ibus-typing-booster/issues/249#issuecomment-946824210
Created attachment 745815 [details] emerge --info
/usr/bin/sh is not a thing on split-usr systems. We are not going add a symlink for that. The shebang should be #!/bin/sh.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbc909f0abe62d5da378061cb733977da339e12 commit 8fbc909f0abe62d5da378061cb733977da339e12 Author: Akinori Hattori <hattya@gentoo.org> AuthorDate: 2021-10-20 14:47:42 +0000 Commit: Akinori Hattori <hattya@gentoo.org> CommitDate: 2021-10-20 14:49:33 +0000 app-i18n/ibus-typing-booster: fix shebang Closes: https://bugs.gentoo.org/818922 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org> ...booster-2.14.12.ebuild => ibus-typing-booster-2.14.12-r1.ebuild} | 6 ++++++ ...booster-2.14.13.ebuild => ibus-typing-booster-2.14.13-r1.ebuild} | 6 ++++++ 2 files changed, 12 insertions(+)