Hi Guix, Recently I took a look at fcitx5 support[1] and found out that it's ususable on most QT packages.
The reason is that fcitx5-qt, the package for QT IM modules (QT5 + QT6), isn't on QT_PLUGIN_PATH. Since the search path is used by both QT5 and QT6, adding qtbase to one's profile won't address this issue. How are we supposed to handle this? Should fcitx5-qt be added to all QT packages like what've done for qtwayland? Thanks [1]: Here's my implementation of home-fcitx5-service-type: https://codeberg.org/hako/Rosenthal/src/commit/c5b6a2832ded10e43e87ec5deb07d4a6c1a734bf/modules/rosenthal/services/desktop.scm#L133
