2006-08-26 (Sat)
_ [comp] audacious ja.po r2122
例によって適当な訳だけど、r2122 の ja.po を作成して送付。
_ [debian] audacious 1.1.2-0vd2
ja.po を更新して作成。
2006-08-25 (Fri)
_ [debian] taglib 1.4-4vd1
taglib-1.4_wchar.diff を当てて作成。
_ [debian] audacious 1.1.2-0vd1
作成。
_ [comp] Flash Player 8.5 Linux
- WINE をインストール。
# apt-get install wine - Sidenet Wine設定ユーティリティで WINE の設定をしておく。デフォルトのままで OK。
- Windows 版の Fx を GET。
% wget http://ftp.mozilla-japan.org/pub/mozilla.org/firefox/releases/2.0b1/win32/ja/Firefox%20Setup%202.0%20Beta%201.exe - WINE で Fx インストーラを実行。
% wine Firefox\ Setup\ 2.0\ Beta\ 1.exe - Windows 版の Flash Player 8.5β を GET。
% wget http://fpdownload.macromedia.com/get/flashplayer/current/fp8-5_beta/install_flash_player_8-5_beta.exe - WINE で Flash Player インストーラを実行。
% wine install_flash_player_8-5_beta.exeプラグインのインストール先は以下。
c:\Program Files\Mozilla Firefox 2 Beta 1\plugins - WINE で Fx を起動。
% wine ~/.wine/dosdrives/c:/Program\ Files/Mozilla\ Firefox\ 2\ Beta\ 1/firefox.exe
かなりの力技だけど、実際これで Linux 上で Flash Player 8 を見ることができる環境を得られるのがすごい。
2006-08-24 (Thu)
_ [debian] apt-listchanges 2.62 変
Reading changelogs... Done
Traceback (most recent call last):
File "/usr/bin/apt-listchanges", line 210, in ?
main()
File "/usr/bin/apt-listchanges", line 179, in main
frontend.display_output(changes)
File "/usr/share/apt-listchanges/apt_listchanges.py", line 430, in display_output
tmp.write(self._render(text))
File "/usr/share/apt-listchanges/apt_listchanges.py", line 367, in _render
newtext.append(uline.encode(locale.getlocale()[1], 'replace'))
TypeError: encode() argument 1 must be string, not None
Preconfiguring packages ...
となって動作しない。#384413 のようだ。Pending になっているので 2.61 に戻しておく。