Solved scim does not work

Hi,

I've just installed textproc/scim on XFCE4 desktop. The scim icon is visible on the taskbar, but when I click on it, there is no pop-up menu to choose input methods. Can anyone help?
 
Hi kusanagiyang,

Code:
I do not remember exactly what I did, but I will try with:
$ sudo pkg install scim scim-table-imengine
$ sudo portsnap fetch
$ sudo portsnap extract
$ cd /usr/ports/vietnamese     (pick the input language you prefer)
$ sudo make install clean

Put this content in ~/.profile:
Code:
export XMODIFIERS='@im=SCIM'
export GT_IM_MODULE='scim'
export QT_IM_MODULE='scim'

Add this command to the Startup Script of your desktop: scim

Now you should reboot and see the scim icon on the taskbar.
 
Back
Top