Xfce Forum

Sub domains
 

You are not logged in.

#1 2006-11-11 13:36:45

blackdisk
Member
Registered: 2006-03-30
Posts: 28

SCIM support in XFCE

Can SCIM support be enabled somehow in XFCE (thunar, other gtk apps, etc)?

Offline

#2 2006-11-11 15:48:04

Jos
Member
Registered: 2006-11-06
Posts: 21

Re: SCIM support in XFCE

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

#3 2006-11-11 21:14:29

blackdisk
Member
Registered: 2006-03-30
Posts: 28

Re: SCIM support in XFCE

Thanks, that's great.
多謝!

Offline

#4 2006-11-13 19:02:52

blackdisk
Member
Registered: 2006-03-30
Posts: 28

Re: SCIM support in XFCE

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

Board footer

Powered by FluxBB