「Smart Common Input Method」の版間の差分
ナビゲーションに移動
検索に移動
imported>Kynikos.bot (Template:i18n is deprecated, use intelanguage links, see Help talk:I18n#"Dummy" interlanguage links and deprecation of Template:i18n) |
imported>Blowback (→インストール: scim-mozc is deprecated) |
||
23行目: | 23行目: | ||
[http://anthy.sourceforge.jp/ Anthy]を使用する場合。 |
[http://anthy.sourceforge.jp/ Anthy]を使用する場合。 |
||
# pacman -S scim-anthy |
# pacman -S scim-anthy |
||
− | |||
− | === Mozc === |
||
− | [http://code.google.com/p/mozc/ Mozc]を使用する場合。 |
||
− | $ yaourt -S mozc |
||
− | PKGBUILDを編集し、「_scim_mozc="yes"」のコメントアウトを解除してください。 |
||
− | ## You can choose the input method framework to use either ibus, scim or both. |
||
− | ## If you will be not using ibus, comment out below. |
||
− | #_ibus_mozc="yes" |
||
− | ## If you will be using scim, uncomment below. |
||
− | _scim_mozc="yes" |
||
== 設定 == |
== 設定 == |
2012年8月15日 (水) 01:56時点における版
このページではSCIMを用いた日本語入力について述べます。 SCIMの特徴や目的に関する記述はWikipediaのSCIMの項に任せます。
インストール
日本語入力には、
- 日本語フォント(Fontsを参照)
- 入力メゾッド(SCIM)
- IMエンジン(このページではAnthy及びMozcについて記載する)
が必要です。
SCIM
# pacman -S scim
使用環境によってはscim-bridgeが必要かもしれません。
# pacman -S scim-bridge
Anthy
Anthyを使用する場合。
# pacman -S scim-anthy
設定
環境変数
以下の設定を~/.bashrc、~.xprofile、/etc/profileのいずれかに記述します。
export XMODIFIERS=@im=SCIM export GTK_IM_MODULE="scim" export QT_IM_MODULE="scim"
または、
export XMODIFIERS=@im=SCIM export GTK_IM_MODULE="scim-bridge" export QT_IM_MODULE="scim-bridge"
一部のアプリケーション上で日本語入力ができない場合には後者の設定で解決することがあります。
起動
コンピュータを再起動し、SCIMを起動します。
$ scim -d
「-d」はデーモンとして起動するためのオプションです。
セットアップ
デスクトップ環境のメニューから「SCIM Input Method Setup」を起動するか、
$ scim-setup
によりSCIM及びIMエンジンの設定ができます。