[Pkg-ime-devel] Re: Do you know Plans for localization-config

Osamu Aoki osamu at debian.org
Mon Oct 2 15:28:47 UTC 2006


On Mon, Oct 02, 2006 at 10:31:34AM +0800, Andrew Lee wrote:
> Yabuki-san,
> 
> Seems pkg-ime-devel list doesn't allow unsubscribed user to send email
> into it.
> 
> Now I am forwarding your message to pkg-ime-devel for other folks.
> 
> -Andrew
> 
> Yukiharu Yabuki wrote:
> > Hi pkg-ime-devel folks.
> > 
> > # I am not ML member. if you would like to reply, please add Cc:'ing me.
> > 
> > Today, I met Andrew Lee in Japan.
> > 
> > He would like to improve automatic setting for scim.
> > 
> > He has idea which is automatic settings for scim. 
> > I and Andrew and you share information which is "Plans for localization-config"
> > in debian-boot ML. 
> > 
> > See thread:
> > http://lists.debian.org/debian-boot/2006/09/msg00054.html
> > 
> > 
> > Defalt settings for scim :
> > http://www.mems.rice.edu/~minghua/tmp/scim_im-switch_debconf_3.patch
> >> im-swith -z zh_CN -s scim
> >> im-swith -z ja_JP -s scim
> >> ....
> > 
> > I think that localization-config is good for scim default settings.
> > 
> > Best Regards.
> > Yukiharu.

Anyway, we may not be a good ML maintainars....

Current postinst already set scim to 50 if your locale is ja_JP, ko_KR,
zh_*,...

If you are in en_US, then scim is not default.  That was my 1.4.4-3 uload.

See below
 
Osamu

_______________________________
 scim.postinst
_______________________________
ua_inst () {
        update-alternatives \
        --install /etc/X11/xinit/xinput.d/$1 xinput-$1 \
        /etc/X11/xinit/xinput.d/$2 $3 ;
}

case "$1" in
    configure)
        # Set up default
        ua_inst all_ALL scim  0
        ua_inst ja_JP   scim 50
        ua_inst ko_KR   scim 50
        ua_inst zh_CN   scim 50
        ua_inst zh_TW   scim 50
        ua_inst zh_HK   scim 50
        ua_inst zh_SG   scim 50
        ua_inst all_ALL scim-immodule 0
        ua_inst ja_JP   scim-immodule 0
        ua_inst ko_KR   scim-immodule 0
        ua_inst zh_CN   scim-immodule 0
        ua_inst zh_TW   scim-immodule 0
        ua_inst zh_HK   scim-immodule 0
        ua_inst zh_SG   scim-immodule 0
    ;;

....




More information about the Pkg-ime-devel mailing list