After making sure ibus was installed, I was able to get things working by creating an .xprofile file in my home directory with the following contents:
export GTK_IM_MODULE=ibus
export XMODIFIERS="@im=ibus"
export QT_IM_MODULE=ibus
ibus-daemon -x -d
Log out and back in for good measure. It worked for both the AppImage version of Sigil and the regularly installed version. Hope something there helps!
|