1[ 2{ type: install 3 message: <<EOM 4Remember to set the environment variable XMODIFIERS: 5 6 csh/tcsh: setenv XMODIFIERS @im=fcitx 7 sh/bash: export XMODIFIERS='@im=fcitx' 8 9For GTK+ programs, you may want to set: 10 11 csh/tcsh: setenv GTK_IM_MODULE fcitx/xim 12 sh/bash: export GTK_IM_MODULE=fcitx/xim 13 14For Qt programs, you may want to set: 15 16 csh/tcsh: setenv QT_IM_MODULE fcitx 17 sh/bash: export QT_IM_MODULE=fcitx 18 19To start fcitx with your desktop, just 20 21 cp %%PREFIX%%/share/applications/org.fcitx.Fcitx5.desktop \ 22 ~/.config/autostart/ 23EOM 24} 25] 26