Description of problem: Recently scim-tomoe is not working for me on several machines. I have tested on several FC6 boxes and rawhide. How reproducible: every time Steps to Reproduce: 1. install scim-tomoe on FC6 or later 2. start it from the scim command menu 3. input a simple character like 人 by hand. Actual results: No candidates appear. Expected results: Candidates to appear. Additional info: I haven't tried to debug this yet.
Okay I think I found a clue: if one installs tomoe-devel and libtomoe-gtk-devel then it works for me again. Perhaps some library .so symlink is being assumed?
It seems libtomoe dynloads the unversioned modules which were symlinks in the -devel package.
Fixing in tomoe-0.5.1-1.fc7.
/usr/lib/tomoe/module/dict/libxml.so /usr/lib/tomoe/module/recognizer/libsimple.so These two files are needed, if rename them, then libtomoe-gtk can't work. I will dig this more later.
tomoe-0.5.1-1.fc6 built for FC6 too.