2008年10月25日土曜日

Ubuntu Linux 8.10 RC released

2008 年 10 月 23 日に Ubuntu Linux 8.10 RC が予定どおりリリースされた。
正式リリースは 10 月 30 日。

アップデートで日本語が使えなくなった。 im-switchでscimを選択すれば修復した。
$ im-switch -c

There are 7 candidates which provide IM for /home/***/.xinput.d/ja_JP:

Selection Alternative
-----------------------------------------------
1 default
2 default-xim
3 none
4 scim
5 scim-bridge
6 scim-immodule
7 th-xim
System wide default for ja_JP (or all_ALL) locale is marked with [+].
Press enter to keep the current selection[*], or type selection number: 4

日本語環境まわりは複雑で難しい。
$ im-switch -h
Input Method Switcher 0.3+debian1.10

"im-switch" configures the input method to be automatically switched based
on the locale (ll_CC) using Debian "update-alternatives" mechanism.
When "im-switch" is invoked from root user, it sets system wide alternatives.

Usage: im-switch [-v][-z ll_CC] -s inputmethodname
to set a specific input method for the language
im-switch [-v][-z ll_CC] -c
to set an input method for the language by menu
im-switch [-v][-z ll_CC] -a
to revert to the default input method for the language
im-switch [-v][-z ll_CC] -l
to list current settings and available input methods for
the language, and also all the available languages
im-switch -h
to show this help

The "ll_CC" argument of -z takes the form "_" and
is used to override the current locale (ISO 639 / ISO 3188) : eg "-z ja_JP"

The use of -v option produces verbose outputs.

$ im-switch -l
Your input method setup under ja_JP locale as below.
=======================================================
The configuration "/home/***/.xinput.d/ja_JP" is defined as a link pointing to
scim
This private configuration supersedes the system wide default.
=======================================================
The system wide default is pointed by "/etc/alternatives/xinput-ja_JP" .
xinput-ja_JP -状態は auto。
リンクは現在 scim-bridge を指しています
scim-immodule - 優先度 0
scim - 優先度 50
scim-bridge - 優先度 60
現在の `最適' バージョンは scim-bridge です。
=======================================================
The available input method configuration files are:
default default-xim none scim scim-bridge scim-immodule th-xim
=======================================================

$ more /home/***/.xinput.d/ja_JP
#
# Use "X input Method" for all applications
#
# Per Ming's Documentation in SCIM, XIM Input Method is activated
# not only for old X-applications but also for GTK and QT appplication.
#
# If a user wish to use, GTK Input Method, (s)he can right-click input
# area and select "Input Methods" and change from "X input Method" to
# "SCIM Input Method".
#

XIM=SCIM
XIM_PROGRAM=/usr/bin/scim
XIM_ARGS="-d"
XIM_PROGRAM_SETS_ITSELF_AS_DAEMON=yes
GTK_IM_MODULE=xim
QT_IM_MODULE=xim
DEPENDS="scim,scim-anthy|scim-canna|scim-chewing|scim-pinyin|scim-hangle|scim-prime|scim-skk|scim-tables-additi
onal|scim-m17n|scim-uim|scim-tables-ja|scim-tables-ko|scim-tables-zh"
これであってるのかな。

0 件のコメント: