Mozc - アールメカブ

アールメカブ


Mozc

日録

SKK を使っていたが,MozcにGUI設定が追加されたことを知り,変換をMozcに変えてみた. 基本的にはここの指示に従った.ただ5月に一度導入したこともあったので,そのソースディレクトリは改名して,あらたにレポジトリを投入した.

scim を入れないコンパイルオプションもあるはずだが,とりあえず

$ sudo apt-get install libqt4-dev scim libscim-dev 
$ sudo apt-get install gyp
$ mkdir -p ~/src/mozc           
$ cd ~/src/mozc         
$ svn co http://mozc.googlecode.com/svn/trunk/src               
$ cd src
$ debuild -uc -us
This package has a Debian revision number but there does not  
seem to be an appropriate original tar file or .orig 
directory in the parent directory;
(expected one of mozc_x.x.x.x.orig.tar.gz,  
mozc_x.x.x.x.orig.tar.bz2,
mozc_x.x.x.x.orig.tar.lzma or src.orig)
continue anyway? (y/n)   y
...
Finished running lintian.
$ sudo dpkg -i ../ibus-mozc_x.x.x.x_*.deb ../scim-mozc_x.x.x.x_*.deb\
 ../mozc-server_x.x.x.x_*.deb \
../mozc-utils-gui_x.x.x.x_*.deb
$ sudo update-alternatives --config xinput-ja_JP
[sudo] password for ishida: 
There are 8 choices for the alternative xinput-ja_JP  
(providing /etc/X11/xinit/xinput.d/ja_JP).

 Selection    Path                                   優        Status
------------------------------------------------------------
* 0            /etc/X11/xinit/xinput.d/ibus            60        auto mode [#ocacf1bf]
 1            /etc/X11/xinit/xinput.d/ibus            60        manual mode
 2            /etc/X11/xinit/xinput.d/scim            50        manual mode
 3            /etc/X11/xinit/xinput.d/scim-bridge     60        manual mode
 4            /etc/X11/xinit/xinput.d/scim-immodule   0         manual mode
 5            /etc/X11/xinit/xinput.d/uim             30        manual mode
 6            /etc/X11/xinit/xinput.d/uim-systray     30        manual mode
 7            /etc/X11/xinit/xinput.d/uim-toolbar     40        manual mode
 8            /etc/X11/xinit/xinput.d/uim-toolbar-qt  30        manual mode

Press enter to keep the current choice[*], or type selection number: 0

ただ Emacsでのインライン入力がなんとなく気に入らない上,安定しないので,結局,SKKに戻してしまったけど

 
Link: Linuxの備忘録(4486d) 日録(4706d)
Last-modified: 2010-08-04 (水) 23:04:31 (5006d)