Hello, I was wondering whether there is a KDE5 way of reading these variables that help me start IBUS below as for myself I tried the equivalent of $HOME/.kde4/env for KDE5 (unsuccessfully) which was tested first on KDE4 by someone (successfully). Things work instead if I set those variables in my shell startup script.
export XIM=ibus export GTK_IM_MODULE=ibus export QT_IM_MODULE=xim export XMODIFIERS=@im=ibus export XIM_PROGRAM="ibus-daemon" export XIM_ARGS="--daemonize --xim" Thanks for reading, Paul