New review comment by sham1 on void-packages repository https://github.com/void-linux/void-packages/pull/26289#discussion_r521550481 Comment: Yeah, testing shouldn't be too hard, assuming one already has fcitx set up on their computer. Just install and reload the daemon. If one doesn't use fcitx, the way one would have to ensure that various applications use the proper input method would be to set the following environment flags as follows: ```sh export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx ``` After this, one could launch the daemon and an application to verify that this works. At least on my (somewhat limited) testing it seems to work like it's supposed to.