After fuddling with SCIM, UIM, and kinput2 in Breezy, I've finally been able to enable SCIM in Breezy. Here's what I did:
1. Installed all the deb packages from http://svn.ubuntu.org.cn/ubuntu-cn/d...ary-i386/scim/ with dpkg -i filename.deb
2. Enabled Debian sources in my sources.list, and then compiled my own scim-anthy package with "sudo apt-build build-source scim-anthy" Then, I installed the package.
3. Removed xinput file from /etc/X11/Xsession.d/
4. Created a new file in /etc/X11/Xsession.d that set the XMODIFIERS, QT_IM_MODULE and GTK_IM_MODULE variables (google for Mrbass' HOWTO for Japanese input in Ubuntu for more details)
5. Finally, reboot
Hope someone finds this helpful!
P.S. http://www.ubuntuforums.org/showthread.php?t=76985 is helpful on this topic.
1. Installed all the deb packages from http://svn.ubuntu.org.cn/ubuntu-cn/d...ary-i386/scim/ with dpkg -i filename.deb
2. Enabled Debian sources in my sources.list, and then compiled my own scim-anthy package with "sudo apt-build build-source scim-anthy" Then, I installed the package.
3. Removed xinput file from /etc/X11/Xsession.d/
4. Created a new file in /etc/X11/Xsession.d that set the XMODIFIERS, QT_IM_MODULE and GTK_IM_MODULE variables (google for Mrbass' HOWTO for Japanese input in Ubuntu for more details)
5. Finally, reboot
Hope someone finds this helpful!
P.S. http://www.ubuntuforums.org/showthread.php?t=76985 is helpful on this topic.
Comment