GIMPで日本語入力できるようにする。

以下、http://macwiki.sourceforge.jp/cgi-bin/wiki.cgi?Gimpの記述をもとにした。

/Applications/Gimp.app/Contents/Resources/bin/gimpの内容を修正。

#export LANG=`grep '?b'?`defaults read .GlobalPreferences AppleCollationOrder?`_?
#       /usr/share/locale/locale.alias | sed -n 's/.*?(.._..?)?..*/?1/p;1q'`
export LANG=ja_JP.UTF-8