You are not logged in.
Pages: 1
Can SCIM support be enabled somehow in XFCE (thunar, other gtk apps, etc)?
Offline
Can SCIM support be enabled somehow in XFCE
To enable SCIM add to /etc/gdm/Xsession, after 'echo "$0: Beginning session setup..."
the three following lines:
------
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE="scim"
exec scim -d &
------
This will make SCIM running as a daemon in the background of XFCE.
Offline
Thanks, that's great.
多謝!
Offline
Just a follow up though. This caused thunderbird to fail, but I found a fix.
With the above instructions, use "xim" instead of "scim",
GTK_IM_MODULE="xim"
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 520.48 KiB (Peak: 528.73 KiB) ]