Hi, >>>>> On Sun, 23 May 2004 22:01:10 -0400, >>>>> "DE" == David Evans <fedora@xxxxxxxxxxxxxxx> wrote: DE> Hello Lawrence, DE> Thank you for the response. Indeed, the applet *is* running: DE> /usr/libexec/gnome-im-switcher-applet DE> --oaf-activate-iid=OAFIID:GNOME_imswitcher_Factory --oaf-ior-fd=37 DE> Starting gedit with GTK_IM_MODULE=iiim makes the IM switcher module DE> appear, and work as expected. Unfortunately, the main application that DE> I want to use Japanese input with is a Java application - it doesn't DE> look like Java (under the 1.5.0 beta runtime at least) supports iiim as DE> an input method. Both of the following failed: Well, GTK_IM_MODULE environment is used for gtk2 applications *only*. and right now gimlet (which you saw on the panel) works for it right now. if you want to use IIIMF for java, you have two way to use it. 1) java should supports XIM. so you can use IIIMF with XMODIFIERS=@im=htt. please make sure if httx is running. httx is a bridge program between XIM and IIIMF. you can use IIIMF even if the applications is not gtk2 applications and the applications supports XIM. 2) if you can modify your java source code, you can use iiimjcf to connect to IIIMF directly. DE> LC_CTYPE=ja_JP.UTF-8 XMODIFIERS="@im=iiim" DE> /usr/java/j2sdk1.5.0/jre/bin/javaws DE> /home/devans/.java/deployment/cache/javaws/http/Dfugutabetai.com/P80/DMsoftware/DMGMAO/DMcode/DMbug/AMGMAO.jnlp DE> I really don't like using kinput2 though - iiim is much nicer. I DE> actually don't know too much about internationalization and linux (just DE> installed FC2 last week, and that is about the experience I have with DE> either of them) although I have tried to read up on things. It looks DE> like FC2 starts up canna and FreeWnn, which is what kinput2 is using via DE> XIM, which Java supports. DE> Is it possible to get iiim working with Java, or is that a Java issue? DE> If it isn't possible, is there a better conversion engine / backend DE> combo I can use with Java that at least pops up a graphical list like DE> iiim for choices? Should I be asking these questions somewhere else? DE> Thanks in advance, and I'm glad to see that the IM Switcher not DE> appearing in en_US environments bug will be fixed soon. DE> dave DE> Lawrence wrote: >> Hi Dave, >> Check if the applet is running by looking at the processes running. >> >> ps -aux |grep applet >> >> If it is running, >> >> /usr/libexec/gnome-im-switcher-applet >> --oaf-activate-iid=OAFIID:GNOME_imswitcher_Factory --oaf-ior-fd=40 >> >> As you are in en_US locale, there are two way you can see the GIMLET. >> >> Method 1: >> >> GTK_IM_MODULE=iiim gedit (or any GTK application) >> >> Method 2: >> >> Right-click mouse in your GTK application and select IIIMF as your Input >> Method. >> >> >> Hope it helps, >> Lawrence >> >> >> On Sun, 2004-05-23 at 04:05, Dave Evans wrote: >> >> >>> Hello everyone, >>> >>> I recently installed Fedora Core 2, and have been trying to get >>> Japanese input working under an English environment (en_US.UTF-8). When >>> I installed the system, I selected Japanese as a language that I wanted >>> to support. IIimf packages look like they are installed: >>> >>> [devans@localhost devans]$ /sbin/service IIim status >>> htt (pid 2360) is running... >>> >>> [devans@localhost devans]$ /sbin/service FreeWnn status >>> jserver (pid 2397) is running... >>> >>> [devans@localhost devans]$ /sbin/service canna status >>> cannaserver (pid 2372) is running... >>> >>> I think those are all the services that I need to have running - they >>> are all started automatically (good!) When I try to add the >>> "InputMethod switcher" applet to the panel, nothing happens. I'm not >>> sure if this is related to the nothing showing up on the IM Switcher >>> when in English bug that I've seen mentioned, but I can't get any sort >>> of Japanese input to work anyway. >>> >>> What should I try next? I think I will install the newest RPMs from >>> http://www.apac.redhat.com/iiimftest/files/fc2/, but I would like to >>> figure out what is going wrong - I assume that a default install with >>> Japanese language support should at least have the IM switcher show up. >>> >>> Any help? >>> >>> dave >>> >>> >>> -- >>> Fedora-i18n-list mailing list >>> Fedora-i18n-list@xxxxxxxxxx >>> http://www.redhat.com/mailman/listinfo/fedora-i18n-list >>> >>> DE> -- DE> Fedora-i18n-list mailing list DE> Fedora-i18n-list@xxxxxxxxxx DE> http://www.redhat.com/mailman/listinfo/fedora-i18n-list