Pada hari Senin, tanggal 12/02/2007 pukul 12:31 -0800, ext Kimitake Abe menulis: > I just modified the sample project and created lib such as > himja-vkb.a(la,so) and installed to N800! > But I cannot see the ja_JP etc. on the control panel's GUI.
Where do you expect the ja_JP would appear in cpanel?
It should be appear in Text Input Settings applet in control panel.
> So I have tried to reboot the device, and then it reboots and reboots
> again X-(
>
> Anyway, I have set hildon_im_plugin_info as follow, is it correct?
> "himja_vkb_new", /* new func */
> "himja_vkb", /* name */
> "Keyboard (Japanese)", /* menu title */
> NULL, /* gettext */
> TRUE, /* visible in menu */
> FALSE, /* cached */
> IM_TYPE_KEYBOARD, /* type */
> IM_GROUP_CJK, /* group */
> DEFAULT_PRIORITY, /* priority */
> NULL, /* no other plugin in SCV button */
> "" /* help page */
>
> And also I set as follow.
> gchar **
> hildon_im_plugin_get_available_languages (gboolean *free)
> {
> static gchar *list[] = { "ja_JP", NULL };
> *free = FALSE;
>
> return list;
> }
I modify the sample to follow yours above and successfuly have it in the
menu.
But I manually change the language to Japanese first:
gconftool-2 -t string -s /apps/osso/inputmethod/primary_language ja_JP
ja_Jp.png
Description: PNG image
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
