ibus currently depends on xorg-x11-xinit and setxkbmap. Since Xorg is being dropped from F41 WS by default, they should not be pulled in and installed by default. I think other Xorg desktops will have to require ibus-xinit. Also note that /etc/X11/xinit has been owned also by filesystem since RHEL 9, so there should be no need to depend on xorg-x11-xinit for the file ownership. The same is true of /etc/X11/xinit/xinput.d/ . Reproducible: Always Steps to Reproduce: 1. rpm -q --requires ibus | grep -v 64 | grep x Actual Results: setxkbmap xorg-x11-xinit
Looks like this is controlled by a bcond that currently only eliminates it for RHEL 10+: https://src.fedoraproject.org/rpms/ibus/blob/rawhide/f/ibus.spec#_18-25
Should be for GNOME only.