Mozc のバックアップの現在との差分(No.2) - アールメカブ

アールメカブ


Mozc のバックアップの現在との差分(No.2)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
[[日録]]


SKK を使っていたが,[[MozcにGUI設定が追加された:http://mnkpc.blog92.fc2.com/blog-entry-195.html]]ことを知り,変換を[[Mozc]]に変えてみた.
基本的には[[ここの指示:http://code.google.com/p/mozc/wiki/LinuxBuildInstructions]]に従った.ただ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に戻してしまったけど