タグ「日本語化」が付けられているもの
Pidginに日本語パッチあて 2.6.3
- Date
- '09-10-24(土曜日) 15:22:15
- Category
- コンピュータ
久しぶりにPidginを更新。今度は本家から落としてきます。
パッケージ作ってインストールしたいのでとりあえずめも
checkinstallが動かないのでちょっと調べ中
$ wget http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-2.6.3.tar.bz2$ wget http://www.honeyplanet.jp/pidgin-2.6.3_jp.diff.gz
$ tar xvjf pidgin-2.6.3.tar.bz2
$ zcat pidgin-2.6.3_jp.diff.gz | patch -p0
$ cd pidgin-2.6.3/
$ ./configurechecking for GSTINTERFACES... no
checking for FARSIGHT... no
configure: error:
Dependencies for voice/video were not met.
Install the necessary gstreamer and farsight packages first.
Or use --disable-vv if you do not need voice/video support.※GSTINTERFACESは gstreamer-interfaces というパッケージらしい
※FARSIGHTはfarsightってパッケージだが、ubuntuはバージョンたりないのでパス$ ./configure --disable-vv
checking for IDN... no
no
configure: error:
GNU Libidn development headers not found.
Use --disable-idn if you do not need it.※libidnを入れた
$ apt-cache search libidn
$ sudo apt-get install libidn11-dev
$ ./configure --disable-vv
$ make
$ sudo apt-get remove pidgin*
$ sudo apt-get install libpurple
$ sudo make install
$ sudo ldconfig
foxyproxyを日本語化する方法
- Date
- '07-04-26(木曜日) 18:59:08
- Category
- コンピュータ
日本語ロケール作ろうと思ったら既に入ってた。
<ドライブ名>\Documents and Settings\<ユーザ名>\Application Data\Mozilla\Firefox\Profiles\<ユニークなID>.default\extensions\foxyproxy@eric.h.jung\
にある設定ファイルchrome.manifestの6行目あたりに
locale foxyproxy ja-JP jar:chrome/foxyproxy.jar!/locale/ja-JP/
を追加して再起動したら日本語になりましたよえぇ
うーん、なんで初期状態でenableでないのかは謎
