[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:29102] Re: Adobe Reader 8.1.2 日本語入力



Plamo大好 さんは書きました:

>> SCIM の場合は,scim-bridge を入れて,GTK_IM_MODULE を scim-bridge に設
>> 定するとちゃんと動きます.
> SCIMに変更してみようかと思います。
> その際に、また分からない事が有りましたら、MLにてよろしくお願いします。

SCIMにしてみました。
今この Thunderbird では、問題なく使えています。SCIM+Anthy
Adobe Reader 8.1.2では、なぜか状況変わらずです。

●行ったことは、以下のとおりです。
 間違い有りましたら、指摘してください。

cd /usr/local/src/
tar xzvf scim-1.4.7.tar.gz
cd scim-1.4.7
./configure
make
make install

cd ..
tar xzvf anthy-9100e.tar.gz
cd anthy-9100e
./configure
make
make install

cd ..
tar xzvf scim-input-pad-0.1.1.tar.gz
cd scim-input-pad-0.1.1
./configure
make
make install

cd ..
tar xzvf tomoe-0.6.0.tar.gz
cd tomoe-0.6.0
./configure
make
make install

cd ..
tar xzvf libtomoe-gtk-0.5.1.tar.gz
cd libtomoe-gtk-0.5.1
./configure
make
make install

cd ..
cd scim-tomoe-0.5.0
./configure
make
make install

cd ..
tar xzvf scim-bridge-0.4.15.tar.gz
cd scim-bridge-0.4.15
./configure
**********************************************
checking for GTK2... yes
checking for QT3... no
checking for QT4... no
checking for SCIM... yes
configure: error: qt >= 3.3 can not be found!
となってしまい、少し悩みました。
***********************************************
./configure --help
./configure -V
./configure --enable-gtk2-immodule(失敗)
./configure --help |grep qt
./configure --disable-qt3-immodule --disable-qt4-immodule
make
make install

cd /usr/local/src/scim-anthy-1.2.6
./configure
make
make install

●.xinitrcの変更

# 漢字入力システム kinput2 の起動
CC_DEF_PATH=$HOME/.kinput2/ccdef
export CC_DEF_PATH
if [ -f $HOME/.kinput2.PID ] ; then
    rm $HOME/.kinput2.PID
fi
if [ -x /usr/X11R6/bin/kinput2 ] ; then
    /usr/X11R6/bin/kinput2 &
fi

# 漢字入力システム skkinput の起動
#if [ -x /usr/X11R6/bin/skkinput ] ; then
#    /usr/X11R6/bin/skkinput &
#fi

# 日本語入力サーバ nicolatter の起動
#if [ -x /usr/X11R6/bin/nicolatter ] ; then
#    /usr/X11R6/bin/nicolatter &
#fi

# 日本語入力 IME jmode の起動
#if [ -x /usr/bin/jmode ] ; then
#    /usr/bin/jmode &
#fi

# kinput2 を使う場合はこちら
#XMODIFIERS="@im=kinput2"
# skkinput を使う場合はこちら
#XMODIFIERS="@im=skkinput"
# nicolatter を使う場合はこちら
#XMODIFIERS="@im=nicolatter"
# jmode を使う場合はこちら
#XMODIFIERS="@im=jmode"

#export XMODIFIERS

export GTK_IM_MODULE=scim-bridge
export XMODIFIERS=@im=SCIM
scim -d

後は、どの辺を調べて、設定変更すればよいでしょうか。
よろしくお願いします。



Follow-Ups
[plamo:29105] Re: Adobe Reader 8.1.2 日本語入力, KATOH Yasufumi
References
[plamo:29074] Adobe Reader 8.1.2 日本語入力時クラッシュ, Plamo大好
[plamo:29077] Re: Adobe Reader 8.1.2 日本語入力時 クラッシュ, KATOH Yasufumi
[plamo:29079] Re: Adobe Reader 8.1.2 日本語入力時クラッシュ, Plamo大好

[検索ページ] [メール一覧]
Plamo ML 公開システム