2008-12-04 (Thu)

_ [debian] ttf-vlgothic 20081203-1 変

Setting up ttf-vlgothic (20081203-1) ...
xset:  unable to open display ""
dpkg: error processing ttf-vlgothic (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 ttf-vlgothic

とかいってインストールできない。調べてみると prerm と postinst で

fontconfig_cache_update()
{
        if [ -x /usr/bin/fc-cache ]; then
          fc-cache update
        fi
        if [ -x /usr/bin/xset ]; then
          xset fp rehash
        fi
}

こんなことやってた。探してみると xset fp rehash is not run after installing X fonts ?#134968 でそういうのはダメという話になってるみたい。ということで投げた。> #507745 何も考えずに Severity: normal で投げたら、

That makes the package uninstallable and, in my opinion, this is release critical.

ref. [Pkg-fonts-devel] Bug#507745: ttf-vlgothic: install failure for xset: unable to open display “”

ということで Severity: serious に格上げされた。

_ [debian] acroread-debian-files 0.0.27

acroread-fonts-jpn 8.1-0.2 と acroread-l10n-ja 8.1.3-0.4 が追加されたので acroread-japanesefont を削除。

_ [audacious] 続・audacious の Add CD がない

Audacious、CD よめへんがな を見て、そういえばそんなこともあったと思って BTS を見てみたら報告されてた。> #497769 audacious -N で起動してみると、

cdaudio-ng: use_dae = 1, limitspeed = 1, use_cdtext = 1, use_cddb = 1, cddbserver = "freedb.org", cddbpath = "", cddbport = 0, cddbhttp = 0, device = "/dev/cdrom", debug = 1

と出てるので cdaudio-ng 自体は読まれてるようなんだけど、このメッセージの後、メニューに Add CD とかのアイテムを追加する処理が動いていない?

2008-12-03 (Wed)

_ [audacious] 公式サイト復活

Audacious 公式サイト 1か月ちょっとぶりに復活した。

2008-11-28 (Fri)

_ [debian] uim 1:1.5.3-1 変

uim 落ちた ということで、自分も uim-xim で uim-skk 使ってるので見てみたら再現した。

Error: in car: pair required but got: #f
libuim: [fatal] an unhandled error raised from Scheme interpreter
libuim: All functionality has been disabled to save user application data.
libuim: [fatal] an unhandled error raised from Scheme interpreter
libuim: [fatal] All functionality has been disabled to save user application data.

uim 1.5.4 の skk.scm だと直るということでアナウンスとかコードとか見直してみると、

  • uim-skk
    • Fix handling in non-matching upper case character in skk-proc-state-direct.

ref. Overview of changes from 1.5.3 to 1.5.4

これだろうか。1.5.4 をパッケージングしてもらえるよう BTS した。> #507146